Ellipsis Property (DefaultSubItemInfo)
Gets or sets whether to use an ellipsis when there is not enough space to draw the content.
public bool Ellipsis {get; set;}
'Declaration
Public Property Ellipsis As Boolean
'Usage
Dim instance As DefaultSubItemInfo
Dim value As Boolean
instance.Ellipsis = value
value = instance.Ellipsis
Property Value
A
bool value,
true to use an ellipsis when there is not enough space to draw the content; otherwise,
false.