Intersoft ClientUI Documentation
LayoutElement Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDockSeparator Class : LayoutElement Property






Gets or sets the layout element.

Syntax

Visual Basic (Declaration) 
Public Property LayoutElement As Grid
Visual Basic (Usage)Copy Code
Dim instance As UXDockSeparator
Dim value As Grid
 
instance.LayoutElement = value
 
value = instance.LayoutElement
C# 
public Grid LayoutElement {get; set;}
Delphi 
public read-write property LayoutElement: Grid; 
JScript 
public function get,set LayoutElement : Grid
Managed Extensions for C++ 
public: __property Grid* get_LayoutElement();
public: __property void set_LayoutElement( 
   Grid* value
);
C++/CLI 
public:
property Grid^ LayoutElement {
   Grid^ get();
   void set (    Grid^ value);
}

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.