Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandDock Class / DockOrFloatChild Method
The child control.
The x- and y-coordinates of the point where the child control will be moved.

In This Topic
    DockOrFloatChild Method
    In This Topic
    Docs or floats the specified control.
    Syntax
    'Declaration
     
    
    Public Sub DockOrFloatChild( _
       ByVal child As Control, _
       ByVal screenPt As Point _
    ) 
    public void DockOrFloatChild( 
       Control child,
       Point screenPt
    )

    Parameters

    child
    The child control.
    screenPt
    The x- and y-coordinates of the point where the child control will be moved.
    See Also