Intersoft ClientUI Documentation
HeaderDisplayMode Property (UXRibbonTab)



Gets or sets a value that determines the header display mode.
Syntax
<CategoryAttribute("Common Properties")>
Public Property HeaderDisplayMode As ContentType
Dim instance As UXRibbonTab
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

UXRibbonTab Class
UXRibbonTab Members

Send Feedback