GrapeCity MultiRow Windows Forms Documentation
Ellipsis Property (ShapeCell)


Gets or sets how to display ellipsis when the width of the display text is greater than cell's content bound width.
Syntax
<EditorBrowsableAttribute()>
<BrowsableAttribute(True)>
<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 ShapeCell
Dim value As MultiRowEllipsisMode
 
instance.Ellipsis = value
 
value = instance.Ellipsis
[EditorBrowsable()]
[Browsable(true)]
[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

You should use this property with the EllipsisString property.

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

 

 


Copyright © GrapeCity, inc. All rights reserved.