'Declaration
<SRCategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute()> <System.Runtime.InteropServices.DispIdAttribute(-504)> <SRDescriptionAttribute("Indicates the appearance and behavior of the border and title bar of the form.")> Public Property FormBorderStyle As System.Windows.Forms.FormBorderStyle
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.FormBorderStyle instance.FormBorderStyle = value value = instance.FormBorderStyle
[SRCategory("Appearance")] [System.ComponentModel.DefaultValue()] [System.Runtime.InteropServices.DispId(-504)] [SRDescription("Indicates the appearance and behavior of the border and title bar of the form.")] public System.Windows.Forms.FormBorderStyle FormBorderStyle {get; set;}