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

In This Topic
    Focusable Property (DropDownFormBase)
    In This Topic
    Gets or sets a flag indicates that DropDownFormBase can contain focus.
    Syntax
    'Declaration
     
    Public Property Focusable As System.Boolean
    public System.bool Focusable {get; set;}
    See Also