Accusoft.ImagXpress13.Net
ImageContextMenuEnabled Property




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

Property Value

A System.Boolean value.
See Also

Reference

Touch Class
Touch Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback