Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TabControlAutomationPeer Class / IsKeyboardFocusableCore Method

In This Topic
    IsKeyboardFocusableCore Method (C1TabControlAutomationPeer)
    In This Topic
    Gets whether the owner control can get the keyboard focus.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsKeyboardFocusableCore() As Boolean
    protected override bool IsKeyboardFocusableCore()

    Return Value

    True is the owner control can get the keyboard focus.
    See Also