BorderPanel.BorderStyle Property
Gets the border style for the control.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property BorderStyle As BorderStyle
Get
'Usage
Dim instance As BorderPanel
Dim value As BorderStyle
value = instance.BorderStyle
[BrowsableAttribute(false)]
public BorderStyle BorderStyle { get; }
[BrowsableAttribute(false)]
public:
property BorderStyle BorderStyle {
BorderStyle get ();
}
[<BrowsableAttribute(false)>]
member BorderStyle : BorderStyle
function get BorderStyle () : BorderStyle
Property Value
Type: System.Windows.Forms.BorderStyle
Gets the specified border style for the control.