Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / SelectedText Property


In This Topic
    SelectedText Property (DropDownEditor)
    In This Topic
    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