InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / DockPanel Class / GetDock Method
The child Element to check.

In This Topic
    GetDock Method (DockPanel)
    In This Topic
    Returns the System.Windows.Forms.DockStyle option used for the specified child element.
    Syntax
    'Declaration
     
    Public Function GetDock( _
       ByVal e As Element _
    ) As DockStyle
    public DockStyle GetDock( 
       Element e
    )

    Parameters

    e
    The child Element to check.

    Return Value

    The new System.Windows.Forms.DockStyle option used for the specified child element.
    See Also