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

In This Topic
    Focusable Property (Element)
    In This Topic
    Gets or sets whether the element is focusable (receives keyboard messages).
    Syntax
    'Declaration
     
    Public Property Focusable As System.Boolean
    public System.bool Focusable {get; set;}
    See Also