Click or drag to resize
GridTabBeamOnPaint Method
Raises the Paint event and performs custom control painting.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
protected override void OnPaint(
	PaintEventArgs pe
)

Parameters

pe
Type: System.Windows.FormsPaintEventArgs
The event data.
See Also