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


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