Intersoft WebGrid Documentation
HighlightColor Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridScrollBarStyle Class : HighlightColor Property






Specifies the color of the scroll bar in highlight color style.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property HighlightColor As Color
Visual Basic (Usage)Copy Code
Dim instance As WebGridScrollBarStyle
Dim value As Color
 
instance.HighlightColor = value
 
value = instance.HighlightColor
C# 
[DefaultValueAttribute()]
[DescriptionAttribute()]
[NotifyParentPropertyAttribute(true)]
public Color HighlightColor {get; set;}
Delphi 
public read-write property HighlightColor: Color; 
JScript 
DefaultValueAttribute()
DescriptionAttribute()
NotifyParentPropertyAttribute()
public function get,set HighlightColor : Color
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property Color get_HighlightColor();
public: __property void set_HighlightColor( 
   Color value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property Color HighlightColor {
   Color get();
   void set (    Color 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 Intersoft Solutions Corp. All Rights Reserved.