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.
See Also