Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <SRCategoryAttribute("Window Style")> <SRDescriptionAttribute("Determines when the SizeGrip will be displayed for the form.")> Public Property SizeGripStyle As SizeGripStyle |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim value As SizeGripStyle instance.SizeGripStyle = value value = instance.SizeGripStyle |
C# | |
---|---|
[DefaultValue()] [SRCategory("Window Style")] [SRDescription("Determines when the SizeGrip will be displayed for the form.")] public SizeGripStyle SizeGripStyle {get; set;} |
C++/CLI | |
---|---|
[DefaultValue()] [SRCategory("Window Style")] [SRDescription("Determines when the SizeGrip will be displayed for the form.")] public: property SizeGripStyle SizeGripStyle { SizeGripStyle get(); void set ( SizeGripStyle value); } |
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