Specifies whether ContextMenu should appear when right clicking on event(s) or not.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies whether ContextMenu should appear when right clicking on event(s) or not")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property EnableContextMenu As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebScheduler
Dim value As System.Boolean
instance.EnableContextMenu = value
value = instance.EnableContextMenu |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies whether ContextMenu should appear when right clicking on event(s) or not")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.bool EnableContextMenu {get; set;} |
Delphi | |
---|
public read-write property EnableContextMenu: System.Boolean; |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies whether ContextMenu should appear when right clicking on event(s) or not")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set EnableContextMenu : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies whether ContextMenu should appear when right clicking on event(s) or not")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.bool get_EnableContextMenu();
public: __property void set_EnableContextMenu(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies whether ContextMenu should appear when right clicking on event(s) or not")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.bool EnableContextMenu {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is False.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also