Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1ToggleButton Class / IsTabStop Property


In This Topic
    IsTabStop Property (C1ToggleButton)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property IsTabStop As Boolean
    'Usage
     
    
    Dim instance As C1ToggleButton
    Dim value As Boolean
     
    instance.IsTabStop = value
     
    value = instance.IsTabStop
    public bool IsTabStop {get; set;}
    See Also