Accusoft.ImagXpress13.Net
Mode Property




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

Property Value

A TouchMode enumeration value.
See Also

Reference

Touch Class
Touch Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback