C1.Win.8 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
 

Parameters

e
The child Element to check.

Return Value

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