C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / IsTabStop Property


In This Topic
IsTabStop Property (C1ComboBox)
In This Topic
Syntax
'Declaration
 
Public Property IsTabStop As Boolean
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Boolean
 
instance.IsTabStop = value
 
value = instance.IsTabStop
See Also