ICreate.Controls.Bars Send comments on this topic.
HighlightColor Property
See Also 
ICreate.Controls.Bars Namespace > CollapsingGroupPanel Class : HighlightColor Property






Gets or sets the colour of the highlight indicating which CollapsingGroupPanel child control has the input focus.

Syntax

Visual Basic (Declaration) 
Public Property HighlightColor As Color
Visual Basic (Usage)Copy Code
Dim instance As CollapsingGroupPanel
Dim value As Color
 
instance.HighlightColor = value
 
value = instance.HighlightColor
C# 
public Color HighlightColor {get; set;}
Delphi 
public read-write property HighlightColor: Color; 
JScript 
public function get,set HighlightColor : Color
Managed Extensions for C++ 
public: __property Color get_HighlightColor();
public: __property void set_HighlightColor( 
   Color value
);
C++/CLI 
public:
property Color HighlightColor {
   Color get();
   void set (Color value);
}

Return Value

A Color value, this property determines the colour of the highlight indicating which CollapsingGroupPanel child control has the input focus. The default value is Color.FromArgb(255,192,128).

Remarks

The HighlightStyle property specifies the type of highlight indicating which child control has the input focus.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also