Click or drag to resize
TabItemDraw Method
Draws the tab.

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

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object where to draw. This normally belongs to the parent object.
parentActive
Type: SystemBoolean
Not used.
See Also