'Declaration
Public Property Ellipsis As EllipsisMode
'Usage
Dim instance As GcComboBoxCellType Dim value As EllipsisMode instance.Ellipsis = value value = instance.Ellipsis
public EllipsisMode Ellipsis {get; set;}
Property Value
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.