Accusoft.ImagXpress13.Net
IsDeviceAvailable Property




Gets whether the computer system has a touch device.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DescriptionAttribute("This property returns whether the computer system has a touch device.")>
Public ReadOnly Property IsDeviceAvailable As Boolean
'Usage
 
Dim instance As Touch
Dim value As Boolean
 
value = instance.IsDeviceAvailable
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[Description("This property returns whether the computer system has a touch device.")]
public bool IsDeviceAvailable {get;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[Description("This property returns whether the computer system has a touch device.")]
public: __property bool get_IsDeviceAvailable();
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[Description("This property returns whether the computer system has a touch device.")]
public:
property bool IsDeviceAvailable {
   bool get();
}

Property Value

A System.Boolean value.
See Also

Reference

Touch Class
Touch Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback