InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Html Namespace / HtmlDiv Class / Focusable Property

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