JAMS Developer Guide
FormBorderStyle Property


MVPSI.JAMS Namespace > EditSourceDialog Class : FormBorderStyle Property
Syntax
'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;}
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

EditSourceDialog Class
EditSourceDialog Members