Gets currently selected text.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
string GetSelectedText( string separator ) |
Visual Basic |
---|
Function GetSelectedText ( separator As String ) As String |
Parameters
- separator
- Type: System..::..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 specified string.