C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : DoubleBuffer Property |
'Declaration
<C1DescriptionAttribute("Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.")> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property DoubleBuffer As Boolean
'Usage
Dim instance As C1FlexGridBase Dim value As Boolean instance.DoubleBuffer = value value = instance.DoubleBuffer
[C1Description("Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public bool DoubleBuffer {get; set;}
[C1Description("Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property bool DoubleBuffer { bool get(); void set ( bool value); }
This property is set to true by default, and rarely needs to be changed.
Setting DoubleBuffer to false may increase performance of applications running under terminal server software.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2