TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabItem Class / IsFocused Property

In This Topic
    IsFocused Property (C1TabItem)
    In This Topic
    Gets whether the control is focused.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property IsFocused As Boolean
    public new bool IsFocused {get;}
    See Also