ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / DoubleBuffered Property

In This Topic
    DoubleBuffered Property
    In This Topic
    Gets or sets whether the panel should use double buffering to reduce flicker.
    Syntax
    'Declaration
     
    Public Shadows Property DoubleBuffered As System.Boolean
    public new System.bool DoubleBuffered {get; set;}
    See Also