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






Gets or sets the effect to apply to the header line element.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
Public Property HeaderLineEffect As Effect
Visual Basic (Usage)Copy Code
Dim instance As ExpandableGroupBox
Dim value As Effect
 
instance.HeaderLineEffect = value
 
value = instance.HeaderLineEffect
C# 
[CategoryAttribute("Appearance")]
public Effect HeaderLineEffect {get; set;}
Delphi 
public read-write property HeaderLineEffect: Effect; 
JScript 
CategoryAttribute("Appearance")
public function get,set HeaderLineEffect : Effect
Managed Extensions for C++ 
[CategoryAttribute("Appearance")]
public: __property Effect* get_HeaderLineEffect();
public: __property void set_HeaderLineEffect( 
   Effect* value
);
C++/CLI 
[CategoryAttribute("Appearance")]
public:
property Effect^ HeaderLineEffect {
   Effect^ get();
   void set (    Effect^ 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.