C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / TabIndexDefaultValueCreator Method


In This Topic
TabIndexDefaultValueCreator Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
Protected Overridable Function TabIndexDefaultValueCreator() As Integer
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Integer
 
value = instance.TabIndexDefaultValueCreator()
See Also