BaseView.AddFloatDocument Method
Name | Parameters | Description |
---|---|---|
AddFloatDocument(Control, Point, Size) | control, floatLocation, floatSize | Creates a floating document that hosts the target control, has the required size, and is displayed in the given location. |
AddFloatDocument(Control, Point) | control, floatLocation | Creates the floating document that hosts the target control and is displayed at the given position. |
AddFloatDocument(Control, String) | control, caption | Creates a floating document that hosts the target control. |