TabPageEnableDoubleBuffering Property

Note: This API is now obsolete.
Enables or disables double buffering of Panel.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
[ObsoleteAttribute("This property is no longer used. DoubleBuffering is turned on by default.")]
public bool EnableDoubleBuffering { get; set; }

Property Value

Boolean

See Also