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






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

Syntax

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

Return Value

A HighlightStyle value, this property determines the type of the highlight drawn to indicate which CollapsingGroupPanel child control has the input focus.

Remarks

The HighlightColor property specifies the colour of the highlight.

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