ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / SelectedText Property

In This Topic
    SelectedText Property (IDropDownEditorBase)
    In This Topic
    Gets or sets a value indicating the currently selected text in the control.
    Syntax
    'Declaration
     
    
    Property SelectedText As String
    string SelectedText {get; set;}
    See Also