Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / GetSelectedTextAsync Method

In This Topic
    GetSelectedTextAsync Method
    In This Topic
    Gets currently selected text asynchronously.
    Syntax
    'Declaration
     
    Public Function GetSelectedTextAsync() As System.Threading.Tasks.Task(Of String)
    public System.Threading.Tasks.Task<string> GetSelectedTextAsync()
    See Also