ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / DrawHeaderEventArgs Class / Finished Property

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