ComponentOne Menus and Toolbars for WinForms
Float(Int32,Int32) Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingTabPage Class > Float Method : Float(Int32,Int32) Method
The x coordinate of the screen point to float to.
The y coordinate of the screen point to float to.
Floats the page out from the form to the specified coordinates.
Syntax
'Declaration
 
Public Overloads Sub Float( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) 
public void Float( 
   System.int x,
   System.int y
)

Parameters

x
The x coordinate of the screen point to float to.
y
The y coordinate of the screen point to float to.
See Also

Reference

C1DockingTabPage Class
C1DockingTabPage Members
Overload List