GrapeCity MultiRow Windows Forms Documentation
EllipsisString Property (ProgressBarCell)


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

Property Value

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

Use this property with the Ellipsis property.

If you set a string with special characters, such as '\r', '\n', and '\t', the special characters are ignored.

When some cell styles are used, 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

ProgressBarCell Class
ProgressBarCell Members
Ellipsis Property

 

 


Copyright © GrapeCity, inc. All rights reserved.