ComponentOne SuperTooltip for WinForms
C1.Win.6 Assembly / C1.Framework Namespace / Element Class / IsFocusable Property

In This Topic
    IsFocusable Property
    In This Topic
    Gets whether this element can currently receive the focus.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFocusable As System.Boolean
    public System.bool IsFocusable {get;}
    See Also