NetXP 3.0 Reference
CommandBar.Float Method
Undocks the command bar from the parent.
[Visual Basic]
Public Sub Float( _
ByVal
pt
As
Point
, _
ByVal
parent
As
CommandBarDock
_
)
[C#]
public
void
Float(
Point
pt
,
CommandBarDock
parent
);
Parameters
pt
The point where the floating form will be shown.
parent
The parent of the command bar.
See Also
CommandBar Class
|
NETXP.Controls.Bars Namespace