Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / EllipsisString Property


In This Topic
EllipsisString Property (GcComboBox)
In This Topic
Gets or sets what is shown as ellipsis when width of text is longer than control
Syntax
'Declaration
 
Public Property EllipsisString As String
 
'Usage
 
Dim instance As GcComboBox
Dim value As String
 
instance.EllipsisString = value
 
value = instance.EllipsisString

Property Value

A System.String value indicates the string used as ellipsis.
The default is (...).
Remarks
This property specifies the string that used when Ellipsis is set to EllipsisMode.EllipsisEnd or EllipsisMode.EllipsisPath.
See Also