FlexGrid for WinForms
BorderStyle Property



Gets or sets the type of border around the control.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the type of border around the control.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Overridable Property BorderStyle As BorderStyleEnum
'Usage
 
Dim instance As ScrollableControl
Dim value As BorderStyleEnum
 
instance.BorderStyle = value
 
value = instance.BorderStyle
[C1Description("Gets or sets the type of border around the control.")]
[DefaultValue()]
[Category("Appearance")]
public virtual BorderStyleEnum BorderStyle {get; set;}
[C1Description("Gets or sets the type of border around the control.")]
[DefaultValue()]
[Category("Appearance")]
public:
virtual property BorderStyleEnum BorderStyle {
   BorderStyleEnum get();
   void set (    BorderStyleEnum value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScrollableControl Class
ScrollableControl Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback