GrapeCity MultiRow Windows Forms Documentation
Ellipsis Property (ProgressBarCell)


Gets or sets how to show an ellipsis when the width of the display text is greater than the cell's content width.
Syntax
<BrowsableAttribute(True)>
<EditorBrowsableAttribute()>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates how to show an ellipsis when the width of the display text is greater than the cell's content area width.")>
<DefaultValueAttribute()>
Public Property Ellipsis As MultiRowEllipsisMode
Dim instance As ProgressBarCell
Dim value As MultiRowEllipsisMode
 
instance.Ellipsis = value
 
value = instance.Ellipsis
[Browsable(true)]
[EditorBrowsable()]
[SRCategory("Behavior")]
[SRDescription("Indicates how to show an ellipsis when the width of the display text is greater than the cell's content area width.")]
[DefaultValue()]
public MultiRowEllipsisMode Ellipsis {get; set;}

Property Value

One of the MultiRowEllipsisMode values. The default is MultiRowEllipsisMode.None.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the MultiRowEllipsisMode values.
Remarks

Use this property with the EllipsisString property.

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
EllipsisString Property

 

 


Copyright © GrapeCity, inc. All rights reserved.