ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.Boolean
    protected System.bool ClosingUp {get; set;}
    See Also