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 = FalseBooleanAttempts to find instances of toFind within the Editor’s content. Return value is success.
FindActiveNoneBooleanReturns True when a Find session is active within the Editor.
FindNextNoneBooleanWhen a Find session is active, will jump to the next matching instance.
FindPreviousNoneBooleanWhen a Find session is active, will jump to the previous matching instance.
FindResetNoneNoneResets the Find session.
PasteNoneNonePerforms a paste operation at the currently selected position. 
ReplacewithText as StringNoneWhen in a Find session, replaces the current occurrence.
SelectAllNoneNoneSelects all Editor contents. 

Properties #

NameTypeDefault ValueDescription
Format (Read Only)GraffitiEditorFormatGeneratedAccess 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.