Input for WinForms | ComponentOne
C1.Win.Input Namespace / DropDownForm Class / IgnoreNextDeactivate Property

In This Topic
    IgnoreNextDeactivate Property (DropDownForm)
    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