DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / DrawHeaderEventArgs Class / Finished Property

In This Topic
    Finished Property (DrawHeaderEventArgs)
    In This Topic
    Gets or sets a value indicating whether all painting in the panel header is complete.
    Syntax
    'Declaration
     
    
    Public Property Finished As Boolean
    public bool Finished {get; set;}
    Remarks
    The panel text will not be drawn if the value of this property is true.
    See Also