TcxCustomCheckBoxProperties.ShowEndEllipsis Property
In This Article
Specifies whether to display an end ellipsis when the content is clipped.
#Declaration
Delphi
property ShowEndEllipsis: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the ShowEndEllipsis property to True, to display an end ellipsis when the content is clipped.
The default value of the ShowEndEllipsis property is False.
See Also