Input for WinForms | ComponentOne
C1.Framework Namespace / DropDownFormBase Class / ClosingUp Property

In This Topic
    ClosingUp Property (DropDownFormBase)
    In This Topic
    This flag is True when we should not close the popup Form from the Deactivate event.
    Syntax
    'Declaration
     
    
    Protected Property ClosingUp As Boolean
    protected bool ClosingUp {get; set;}
    See Also