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






Specifies the base color of the WebGridScrollBar

Syntax

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