[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.Win.Editor.8 Assembly
C1.Win.Editor
Classes
C1Editor
Methods
GetSelectedTextAsync
dotnet-api
C1.Win.Editor.8 Assembly
C1.Win.Editor
Classes
C1Editor
Constructors
Properties
Methods
BeginInit
BoldSelection
BoldSelectionAsync
ClearStylesAtSelection
ClearStylesAtSelectionAsync
CopySelectedFragmentToClipboard
CopySelectedFragmentToClipboardAsync
CopySelectionToClipboard
CopySelectionToClipboardAsync
CutSelectedFragmentToClipboard
CutSelectedFragmentToClipboardAsync
Dispose
EndInit
FindAndDecorate
FindAndDecorateAsync
FindAndSelect
FindAndSelectAsync
FindTextReplace
FindTextReplaceAsync
GetInnerHTML
GetInnerHTMLAsync
GetSelectedText
GetSelectedTextAsync
GetSelectionFontInfo
GetSelectionFontInfoAsync
GetText
GetTextAsync
HeaderSelection
HeaderSelectionAsync
HighlightSelectionText
HighlightSelectionTextAsync
InsertHyperlink
InsertHyperlinkAsync
InsertImageAtSelection
InsertImageAtSelectionAsync
InsertList
InsertListAsync
InsertTableAtSelection
InsertTableAtSelectionAsync
InsertTableColumnAtSelection
InsertTableColumnAtSelectionAsync
InsertTableRowAtSelection
InsertTableRowAtSelectionAsync
ItalicSelection
ItalicSelectionAsync
LoadDocumentAsync
LoadDocumentRequest
LoadDocumentRequestAsync
OnC1EditorIsReady
OnCurrentTextStyleChanged
OnDesignEditChanged
OnDocumentLoaded
OnHandleCreated
OnRightToLeftChanged
OnSelectedTextChanged
PasteFragment
PasteFragmentAsync
PasteText
PasteTextAsync
RemoveBoldSelection
RemoveBoldSelectionAsync
RemoveElement
RemoveElementAsync
RemoveFontAtSelection
RemoveFontAtSelectionAsync
RemoveHeaderSelection
RemoveHeaderSelectionAsync
RemoveHighlightSelectionText
RemoveHighlightSelectionTextAsync
RemoveItalicSelection
RemoveItalicSelectionAsync
RemoveParagraphFontAtSelection
RemoveParagraphFontAtSelectionAsync
RemoveParagraphStyleAtSelection
RemoveParagraphStyleAtSelectionAsync
RemoveSelectionForeColor
RemoveSelectionForeColorAsync
RemoveStrikeThroughSelection
RemoveStrikeThroughSelectionAsync
RemoveSubscriptSelection
RemoveSubscriptSelectionAsync
RemoveSuperscriptSelection
RemoveSuperscriptSelectionAsync
RemoveTableAtSelection
RemoveTableAtSelectionAsync
RemoveTableColumnAtSelection
RemoveTableColumnAtSelectionAsync
RemoveTableRowAtSelection
RemoveTableRowAtSelectionAsync
RemoveTextAlignmentSelection
RemoveTextAlignmentSelectionAsync
RemoveUnderlineSelection
RemoveUnderlineSelectionAsync
ReplaceElement
ReplaceElementAsync
ReplaceSelectedText
ReplaceSelectedTextAsync
RunColorSelectionTextDialog
RunColorSelectionTextDialogAsync
RunFontDialogForParagraph
RunFontDialogForParagraphAsync
RunFontDialogForSelection
RunFontDialogForSelectionAsync
RunHighlightSelectionTextDialog
RunHighlightSelectionTextDialogAsync
SaveDocumentAsync
SaveDocumentRequest
SaveDocumentRequestAsync
SaveDocumentToPDFAsync
SelectionForeColor
SelectionForeColorAsync
SetCssStyleAtSelection
SetCssStyleAtSelectionAsync
SetCssStyles
SetCssStylesAsync
SetDefaultStyles
SetDefaultStylesAsync
SetFontAtSelection
SetFontAtSelectionAsync
SetParagraphFontAtSelection
SetParagraphFontAtSelectionAsync
ShowDevTools
ShowDevToolsAsync
StrikeThroughSelection
StrikeThroughSelectionAsync
SubscriptSelection
SubscriptSelectionAsync
SuperscriptSelection
SuperscriptSelectionAsync
TextAlignmentSelection
TextAlignmentSelectionAsync
UnderlineSelection
UnderlineSelectionAsync
Events
C1EditorRibbon
TextEventArgs
TextStyleEventArgs
Enums
Delegates
C1.Win.Editor.Localization
C1.Win.Editor.Ribbon
(Showing Draft Content)
C1.Win.Editor.C1Editor.GetSelectedTextAsync
GetSelectedTextAsync Method
GetSelectedTextAsync()
Gets currently selected text asynchronously.
Declaration
public Task<string> GetSelectedTextAsync()
Returns
Type
Description
Task
<
string
>