NetXP 3.0 Reference
IDockingRenderer.DrawAutoHidePanel Method
Draws an auto-hide panel.
[Visual Basic]
Sub DrawAutoHidePanel( _
ByVal
item
As
AutoHidePanel
, _
ByVal
g
As
Graphics
_
)
[C#]
void
DrawAutoHidePanel(
AutoHidePanel
item
,
Graphics
g
);
Parameters
item
The panel.
g
The graphics object.
See Also
IDockingRenderer Interface
|
NETXP.Controls.Docking Namespace