ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / AnnotatorSettings Class / IsContextMenuEnabled Property




In This Topic
    IsContextMenuEnabled Property (AnnotatorSettings)
    In This Topic
    Gets or sets a value indicating whether the annotations context menu is enabled.
    Syntax
    'Declaration
     
    Public Property IsContextMenuEnabled As Boolean
    'Usage
     
    Dim instance As AnnotatorSettings
    Dim value As Boolean
     
    instance.IsContextMenuEnabled = value
     
    value = instance.IsContextMenuEnabled
    public bool IsContextMenuEnabled {get; set;}
    public: __property bool get_IsContextMenuEnabled();
    public: __property void set_IsContextMenuEnabled( 
       bool value
    );
    public:
    property bool IsContextMenuEnabled {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The default value is true.
    See Also