[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.Ellipsis

Ellipsis Property

Ellipsis

Gets or sets how to show ellipsis when the text width is longer than the control.

Declaration
public EllipsisMode Ellipsis { get; set; }
Public Property Ellipsis As EllipsisMode
Property Value
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.
The default is EllipsisMode.None.

Remarks

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.

Exceptions
Type Condition
InvalidEnumArgumentException

The value is not a valid EllipsisMode item.