ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1DockingTab Class / Float Method / Float(C1DockingTabPage,Point) Method
The tab page to float.
The position.

In This Topic
    Float(C1DockingTabPage,Point) Method
    In This Topic
    Floats the specified tab page out from the form.
    Syntax
    'Declaration
     
    Public Overloads Sub Float( _
       ByVal tabPage As C1DockingTabPage, _
       ByVal position As System.Drawing.Point _
    ) 
    public void Float( 
       C1DockingTabPage tabPage,
       System.Drawing.Point position
    )

    Parameters

    tabPage
    The tab page to float.
    position
    The position.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also