[]
Gets or sets how to show ellipsis when the text width is longer than the control.
public EllipsisMode Ellipsis { get; set; }
Public Property Ellipsis As EllipsisMode
Type | Description |
---|---|
EllipsisMode | In the EllipsisMode enumeration,
None, means no ellipsis string is shown.
EllipsisEnd, adds the ellipsis string to the end of the characters.
EllipsisPath, adds the string to the center of the characters.
EllipsisWord, trims the end of the string with a word.
|
When the text is longer than the control's width and the control does not have focus, the GrapeCity.Win.Spread.InputMan.CellType.GcComboBox.EllipsisString property is displayed.
Type | Condition |
---|---|
InvalidEnumArgumentException | The value is not a valid EllipsisMode item. |