ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / IgnoreNextDeactivate Property

In This Topic
    IgnoreNextDeactivate Property (DropDownFormBase)
    In This Topic
    This flag is set when the user clicks the drop-down button in menu while this drop-down is already open.
    Syntax
    'Declaration
     
    Protected Property IgnoreNextDeactivate As System.Boolean
    protected System.bool IgnoreNextDeactivate {get; set;}
    See Also