Gets currently selected text.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
string GetSelectedText() |
Visual Basic |
---|
Function GetSelectedText As String |
Return Value
Type: StringCurrently selected text.
Remarks
This method gets currently selected text.
If current selection is rectangle selection, return value will be a string that are consisted with selected partial lines (rows) joined with CR+LF.