Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / DrawTabEventArgs Class / Done Field

In This Topic
    Done Field (DrawTabEventArgs)
    In This Topic
    Flag indicating whether the user completed the drawing. If set to true, no further drawing is performed. Otherwise, the default drawing is done.
    Syntax
    'Declaration
     
    
    Public Done As Boolean
    public bool Done
    See Also