FocusableInTouchMode Property (C1Gauge)
In This Topic
Syntax
'Declaration
Public Property FocusableInTouchMode As Boolean
'Usage
Dim instance As C1Gauge
Dim value As Boolean
instance.FocusableInTouchMode = value
value = instance.FocusableInTouchMode
public bool FocusableInTouchMode {get; set;}
See Also