Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControl Class / DisplayText Property


In This Topic
DisplayText Property
In This Topic
Gets the display text of the control.
Syntax
'Declaration
 
Public ReadOnly Property DisplayText As String
 
'Usage
 
Dim instance As FieldsEditorControl
Dim value As String
 
value = instance.DisplayText

Property Value

A System.String value that indicates the display text.
The default is System.String.Empty.
Remarks
This property retrieves the displayed text without input focus. The GrapeCity.Win.Views.DisplayField and the AlternateText properties may effect this property.
See Also