GrapeCity MultiRow Windows Forms Documentation
ShowSizeGrip Property


Gets or sets a value that indicates whether to show the size grip.
Syntax
<SRDescriptionAttribute("Indicates whether to show size grip.")>
<SRCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property ShowSizeGrip As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
instance.ShowSizeGrip = value
 
value = instance.ShowSizeGrip
[SRDescription("Indicates whether to show size grip.")]
[SRCategory("Appearance")]
[DefaultValue()]
public bool ShowSizeGrip {get; set;}

Property Value

true to show the size grip; otherwise, false. The default is false.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.