InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ParagraphElement Class / Focusable Property

In This Topic
    Focusable Property (ParagraphElement)
    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