Accusoft.ImagXpress13.Net
IsDeviceAvailable Property




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

Property Value

A System.Boolean value.
See Also

Reference

Touch Class
Touch Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback