ImageGear .NET - Updated
IsContextMenuEnabled Property (AnnotatorSettings)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > AnnotatorSettings Class : IsContextMenuEnabled Property
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

Reference

AnnotatorSettings Class
AnnotatorSettings Members