Spread Windows Forms 12.0 Product Documentation
SelectedText Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : SelectedText Property
Gets or sets a value that indicates the currently selected text in the drop-down editor.
Syntax
'Declaration
 
Public Property SelectedText As String
'Usage
 
Dim instance As DropDownEditor
Dim value As String
 
instance.SelectedText = value
 
value = instance.SelectedText
public string SelectedText {get; set;}

Property Value

A System.String value that indicates the currently selected text in the drop-down editor.
See Also

Reference

DropDownEditor Class
DropDownEditor Members