'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();
}