GraffitiEditorSelection

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

DefinitionParametersReturn TypeDescription
CopyNoneNonePerforms a copy operation on the selected content.
CutNoneNonePerforms a copy operation followed by deleting the selected content.
DeleteNoneNoneRemoves the currently selected content.
DeselectAllNoneNoneDeselects all currently selected content.
FindtoFind as String
caseSensitive as Boolean = False
wholeWord as Boolean = False
BooleanBegins a find session and highlights the first instance of toFind, if any. Return value is success.
FindActiveNoneBooleanReturns whether a Find session is currently active.
FindNextNoneBooleanAttempts to find the next instance of the current Find session.
FindPreviousNoneBooleanAttempts to find the previous instance of the current Find session.
FindResetNoneNoneResets the Find session.
PasteNoneNone  Performs a paste operation at the currently selected position.
ReplacewithText as StringBooleanWhen in a Find session, replaces the current occurrence.
SelectAllNone None Selects all Editor contents.

Properties #

NameTypeDefault ValueDescription
Format ReadOnlyGraffitiEditorFormatGeneratedAccess to Format functionality.
TextString“”Currently selected text.

Examples #

This class currently has no examples.

Notes #

Get and Set Support #

This functionality is considered experimental and may not work under all scenarios. It is recommended that you not rely on these methods and, instead, interact with content by using the other provided methods.