Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1ToggleButton Class / TabStopDefaultValueCreator Method


In This Topic
    TabStopDefaultValueCreator Method (C1ToggleButton)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function TabStopDefaultValueCreator() As Boolean
    'Usage
     
    
    Dim instance As C1ToggleButton
    Dim value As Boolean
     
    value = instance.TabStopDefaultValueCreator()
    protected virtual bool TabStopDefaultValueCreator()
    See Also