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






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

Syntax

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