Input for WinForms | ComponentOne
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 Boolean
    protected bool IgnoreNextDeactivate {get; set;}
    See Also