DialogBase.FormBorderStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hide base implementation here so we can provide appropriate handling of FormBorderStyle.Sizable.
public:
property System::Windows::Forms::FormBorderStyle FormBorderStyle { System::Windows::Forms::FormBorderStyle get(); void set(System::Windows::Forms::FormBorderStyle value); };
public System.Windows.Forms.FormBorderStyle FormBorderStyle { [System.Diagnostics.DebuggerStepThrough] get; set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.FormBorderStyle : System.Windows.Forms.FormBorderStyle with get, set
Public Property FormBorderStyle As FormBorderStyle
Property Value
- Attributes