Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / GetDock Method
The child C1.Framework.Element to check.

In This Topic
    GetDock Method (DropDownEditorViewBase)
    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 C1.Framework.Element to check.

    Return Value

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