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






Gets or sets the borderstyle of the focused row.

Syntax

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