Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PathIcon Class / TabIndexDefaultValueCreator Method


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