GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPartInfo Class / ContextClick Property
In This Topic
    ContextClick Property
    In This Topic
    Gets or sets the JavaScript to be executed when the user context-clicks an object.
    Syntax
    public string ContextClick {get; set;}

    Property Value

    This defaults to null
    Remarks
    This code (if present) takes precedence over any context menus that are associated with this object, so this property is not frequently used. This just gets or sets the "ContextClick" property.
    See Also