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