Intersoft ClientUI Documentation
GetDock Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > DockPanel Class : GetDock Method






element
The element from which the property value is read.
Gets the value of the Dock attached property for the specified element.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDock( _
   ByVal element As UIElement _
) As Dock
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As Dock
 
value = DockPanel.GetDock(element)
C# 
public static Dock GetDock( 
   UIElement element
)
Delphi 
public function GetDock( 
    element: UIElement
): Dock; static; 
JScript 
public static function GetDock( 
   element : UIElement
) : Dock;
Managed Extensions for C++ 
public: static Dock GetDock( 
   UIElement* element
) 
C++/CLI 
public:
static Dock GetDock( 
   UIElement^ element
) 

Parameters

element
The element from which the property value is read.

Return Value

The Dock property value for the element.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.