'Declaration
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets and sets whether the built-in touch operation to display the context menu is enabled for the current image.")>
Public Property ImageContextMenuEnabled As Boolean
'Usage
Dim instance As Touch
Dim value As Boolean
instance.ImageContextMenuEnabled = value
value = instance.ImageContextMenuEnabled
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("Gets and sets whether the built-in touch operation to display the context menu is enabled for the current image.")]
public bool ImageContextMenuEnabled {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("Gets and sets whether the built-in touch operation to display the context menu is enabled for the current image.")]
public: __property bool get_ImageContextMenuEnabled();
public: __property void set_ImageContextMenuEnabled(
bool value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("Gets and sets whether the built-in touch operation to display the context menu is enabled for the current image.")]
public:
property bool ImageContextMenuEnabled {
bool get();
void set ( bool value);
}