Intersoft ClientUI Documentation
ContentElement Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > ContentReflector Class : ContentElement Property






Gets the content element.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ContentElement As Grid
Visual Basic (Usage)Copy Code
Dim instance As ContentReflector
Dim value As Grid
 
value = instance.ContentElement
C# 
public Grid ContentElement {get;}
Delphi 
public read-only property ContentElement: Grid; 
JScript 
public function get ContentElement : Grid
Managed Extensions for C++ 
public: __property Grid* get_ContentElement();
C++/CLI 
public:
property Grid^ ContentElement {
   Grid^ get();
}

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.