Class TokenToClipboardEncoder
A class for handling encoding tokens to be placed on the clipboard.
Inherited Members
Namespace: Phoenix.Aruba.Controls
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class TokenToClipboardEncoder
Methods
View SourceEncodeSelection(TokenizedTextBox)
Encodes any tokens within the selected contents of a TokenizedTextBox, and writes the selected contents to the clipboard.
Declaration
public static void EncodeSelection(TokenizedTextBox tokenizedTextBox)
Parameters
Type | Name | Description |
---|---|---|
TokenizedTextBox | tokenizedTextBox | The text box whose selected contents are to be sent to the clipboard. |