GrapeCity.Win.MultiRow Namespace > ProgressBarCell Class : Ellipsis Property |
<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;}
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The specified value is not one of the MultiRowEllipsisMode values. |
Use this property with the EllipsisString property.
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