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






Specifies the arrow color of the WebGridScrollBar

Syntax

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