Accusoft.ImagXpress13.Net
Mode Property




Gets and sets the mode for the Touch interface if one is available.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<DescriptionAttribute("This property returns and sets the mode to the Touch interface.")>
Public Property Mode As TouchMode
'Usage
 
Dim instance As Touch
Dim value As TouchMode
 
instance.Mode = value
 
value = instance.Mode
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("This property returns and sets the mode to the Touch interface.")]
public TouchMode Mode {get; set;}
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("This property returns and sets the mode to the Touch interface.")]
public: __property TouchMode get_Mode();
public: __property void set_Mode( 
   TouchMode value
);
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("This property returns and sets the mode to the Touch interface.")]
public:
property TouchMode Mode {
   TouchMode get();
   void set (    TouchMode value);
}

Property Value

A TouchMode enumeration value.
See Also

Reference

Touch Class
Touch Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback