Show / Hide Table of Contents

Class TokenToClipboardEncoder

A class for handling encoding tokens to be placed on the clipboard.

Inheritance
object
TokenToClipboardEncoder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Controls
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class TokenToClipboardEncoder

Methods

View Source

EncodeSelection(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.

  • View Source
In this article
Back to top Generated by DocFX