Intersoft ClientUI Documentation
HeaderLineEffect Property



Gets or sets the effect to apply to the header line element.
Syntax
<CategoryAttribute("Appearance")>
Public Property HeaderLineEffect As Effect
Dim instance As ExpandableGroupBox
Dim value As Effect
 
instance.HeaderLineEffect = value
 
value = instance.HeaderLineEffect
[CategoryAttribute("Appearance")]
public Effect HeaderLineEffect {get; set;}
[CategoryAttribute("Appearance")]
public:
property Effect^ HeaderLineEffect {
   Effect^ get();
   void set (    Effect^ 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

ExpandableGroupBox Class
ExpandableGroupBox Members

Send Feedback