Intersoft WebGrid Documentation
BorderColor Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > FocusStyle Class : BorderColor Property






Gets or sets the border's color of the focused row.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the border's color of the focused row.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.MarkAsStyleAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property BorderColor As Color
Visual Basic (Usage)Copy Code
Dim instance As FocusStyle
Dim value As Color
 
instance.BorderColor = value
 
value = instance.BorderColor
C# 
[DescriptionAttribute("Gets or sets the border's color of the focused row.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.MarkAsStyleAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public Color BorderColor {get; set;}
Delphi 
public read-write property BorderColor: Color; 
JScript 
DescriptionAttribute("Gets or sets the border's color of the focused row.")
NotifyParentPropertyAttribute()
ISNet.MarkAsStyleAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set BorderColor : Color
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the border's color of the focused row.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.MarkAsStyleAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property Color get_BorderColor();
public: __property void set_BorderColor( 
   Color value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the border's color of the focused row.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.MarkAsStyleAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property Color BorderColor {
   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.