Spread Windows Forms 10.0 Product Documentation
Ellipsis Property (GcComboBoxCellType)


Gets or sets how to show ellipsis when the text width is longer than the control.
Syntax
'Declaration
 
Public Property Ellipsis As EllipsisMode
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As EllipsisMode
 
instance.Ellipsis = value
 
value = instance.Ellipsis
public EllipsisMode Ellipsis {get; set;}

Property Value

In the EllipsisMode enumeration, None, means no ellipsis string is shown. EllipsisEnd, adds the ellipsis string to the end of the characters. EllipsisPath, adds the string to the center of the characters. EllipsisWord, trims the end of the string with a word.
The default is EllipsisMode.None.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value is not a valid EllipsisMode item.
Remarks
When the text is longer than the control's width and the control does not have focus, the GcComboBox.EllipsisString property is displayed.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.