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






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

Syntax

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