Nevron.Editors Namespace / NDomEditorHostForm Class / SizeGripStyle Property


SizeGripStyle Property (NDomEditorHostForm)
Syntax
'Declaration
 
<SRCategoryAttribute("CatWindowStyle")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("FormSizeGripStyleDescr")>
Public Property SizeGripStyle As System.Windows.Forms.SizeGripStyle
 
'Usage
 
Dim instance As NDomEditorHostForm
Dim value As System.Windows.Forms.SizeGripStyle
 
instance.SizeGripStyle = value
 
value = instance.SizeGripStyle
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