GrapeCity MultiRow Windows Forms Documentation
EllipsisString Property (ShapeCell)


Gets or sets the ellipsis string of the ShapeCell.
Syntax
<SRDescriptionAttribute("Indicates the ellipsis string.")>
<SRCategoryAttribute("Behavior")>
<LocalizableAttribute(True)>
<EditorBrowsableAttribute()>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
Public Property EllipsisString As String
Dim instance As ShapeCell
Dim value As String
 
instance.EllipsisString = value
 
value = instance.EllipsisString
[SRDescription("Indicates the ellipsis string.")]
[SRCategory("Behavior")]
[Localizable(true)]
[EditorBrowsable()]
[Browsable(true)]
[DefaultValue()]
public string EllipsisString {get; set;}

Property Value

A System.String value that represents the ellipsis string of the ShapeCell. The default is ....
Remarks

You should use this property with the Ellipsis property.

If you set a string with special chars such as '\r', '\n' and '\t', the special chars will be ignored.

When some styles are used for this cell, such as CellStyle.Multiline, CellStyle.TextAngle, CellStyle.TextAdjustment, and CellStyle.LineAdjustment, the ellipsis string cannot be displayed.
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

ShapeCell Class
ShapeCell Members
Ellipsis Property

 

 


Copyright © GrapeCity, inc. All rights reserved.