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