Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the border style for the dialog box.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public Property FormBorderStyle As FormBorderStyle
'Usage
Dim instance As DialogBase
Dim value As FormBorderStyle
value = instance.FormBorderStyle
instance.FormBorderStyle = value
public FormBorderStyle FormBorderStyle { get; set; }
public:
property FormBorderStyle FormBorderStyle {
FormBorderStyle get ();
void set (FormBorderStyle value);
}
public function get FormBorderStyle () : FormBorderStyle
public function set FormBorderStyle (value : FormBorderStyle)
Property Value
Type: System.Windows.Forms.FormBorderStyle
The border style for the dialog box.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.