Objective Grid for Microsoft® .NET® Reference Guide

GridTabBeam.OnPaint Method 

Back to Class Index

Raises the Paint event and performs custom control painting.

[Visual Basic]
Overrides Protected Sub OnPaint( _
   ByVal pe As PaintEventArgs _
)
[C#]
protected override void OnPaint(
   PaintEventArgs pe
);

Parameters

pe
A PaintEventArgs that contains the event data.

See Also

GridTabBeam Class | GridTabBeam Members | Stingray.Grid Namespace