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

In This Topic
    IsFocusable Property (Element)
    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