'Declaration
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<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
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("This property returns whether the computer system has a touch device.")]
public bool IsDeviceAvailable {get;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("This property returns whether the computer system has a touch device.")]
public: __property bool get_IsDeviceAvailable();
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("This property returns whether the computer system has a touch device.")]
public:
property bool IsDeviceAvailable {
bool get();
}