NetXP 3.0 Reference
IStatusBarRenderer.DrawSizeGrip Method
Draws the sizing grip.
[Visual Basic]
Sub DrawSizeGrip( _
ByVal
bar
As
StatusBar
, _
ByVal
g
As
Graphics
, _
ByVal
bounds
As
Rectangle
_
)
[C#]
void
DrawSizeGrip(
StatusBar
bar
,
Graphics
g
,
Rectangle
bounds
);
Parameters
bar
The status bar.
g
The graphics object.
bounds
The bounds of the size grip.
See Also
IStatusBarRenderer Interface
|
NETXP.Controls.Bars Namespace