EllipsisString Property (GcComboBoxCellType)
Gets or sets what is shown as an ellipsis when the text width is longer than the control.
public string EllipsisString {get; set;}
'Declaration
Public Property EllipsisString As String
'Usage
Dim instance As GcComboBoxCellType
Dim value As String
instance.EllipsisString = value
value = instance.EllipsisString
Property Value
A
System.String value that indicates the string used as an ellipsis.
The default is
(...).