UtilFormsEnableDoubleBufferedOnControlT Method
Enables double buffering on the specified control.
Double buffering indicates whether a control should redraw its surface using
a secondary buffer to reduce or prevent flicker.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void EnableDoubleBufferedOnControl<T>(
T ctrl
)
where T : Control
Public Shared Sub EnableDoubleBufferedOnControl(Of T As Control) (
ctrl As T
)
Dim ctrl As T
UtilForms.EnableDoubleBufferedOnControl(ctrl)
public:
generic<typename T>
where T : Control
static void EnableDoubleBufferedOnControl(
T ctrl
)
static member EnableDoubleBufferedOnControl :
ctrl : 'T -> unit when 'T : Control
No code example is currently available or this language may not be supported.
- ctrl T
-
The control.
- T
-
The type of the control.