TButtonBaseRefresh(Boolean) Method

Forces the control to invalidate its client area and immediately redraw itself and any child controls.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public void Refresh(
	bool bClearBackBuffer
)

Parameters

bClearBackBuffer  Boolean
True if it should call ClearBackBuffer() method (it could be virtual, e.g. VistaButton overrides it); otherwise false.

See Also