Ellipsis Property (SubItem)
Gets or sets a bool value indicating whether ought to display ellipsis when text can't display completely.
public bool Ellipsis {get; set;}
'Declaration
Public Property Ellipsis As Boolean
'Usage
Dim instance As SubItem
Dim value As Boolean
instance.Ellipsis = value
value = instance.Ellipsis
Property Value
true if the text will use ellipsis display when the text can't display completely; Otherwise,
false.