'Declaration Public Overloads Sub Float( _ ByVal tabPage As C1DockingTabPage, _ ByVal x As System.Integer, _ ByVal y As System.Integer _ )
public void Float( C1DockingTabPage tabPage, System.int x, System.int y )
Parameters
- tabPage
- The tab page to float.
- x
- The x coordinate of the screen point to float to.
- y
- The y coordinate of the screen point to float to.