'Declaration
Public Property Ellipsis As EllipsisMode
'Usage
Dim instance As GcTextBox Dim value As EllipsisMode instance.Ellipsis = value value = instance.Ellipsis
public EllipsisMode Ellipsis {get; set;}
Property Value
An EllipsisMode enumeration, None, means no ellipsis string is shown. EllipsisEnd puts the character at the end of the string. EllipsisPath puts the character in the center of the string. EllipsisWord puts a word at the end of the string.The default is EllipsisMode.None.