ComponentOne SuperTooltip for WinForms
C1.Win.6 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
     
    Protected Property Focusable As System.Boolean
    protected System.bool Focusable {get; set;}
    See Also