Click or drag to resize
BtnBaseDraw Method
Performs custom button painting.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public virtual void Draw(
	Graphics graphics,
	bool parentActive
)

Parameters

graphics
Type: System.DrawingGraphics
Graphics object to paint on.
parentActive
Type: SystemBoolean
Not used.
See Also