Intersoft ClientUI Documentation
HeaderDisplayMode Property (GroupBox)



Specifies the mode of the content presentation.
Syntax
<CategoryAttribute("Common Properties")>
Public Property HeaderDisplayMode As ContentType
Dim instance As GroupBox
Dim value As ContentType
 
instance.HeaderDisplayMode = value
 
value = instance.HeaderDisplayMode
[CategoryAttribute("Common Properties")]
public ContentType HeaderDisplayMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ContentType HeaderDisplayMode {
   ContentType get();
   void set (    ContentType value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupBox Class
GroupBox Members

Send Feedback