IBaseViewController.Float Method
Name | Parameters | Description |
---|---|---|
Float(DockPanel) | dockPanel | Makes a docked DockPanel float. |
Float(BaseDocument, Point, Size) | document, floatLocation, floatSize | Makes the specified document floating at the specified location, with the specified size. |
Float(BaseDocument, Point) | document, floatLocation | Makes the specified document floating at the specified location. |
Float(BaseDocument) | document | Makes the specified document floating. |