Editor.MapText Method

Definition

Overloads

MapText(IEditorHandler, Editor)
MapText(EditorHandler, Editor)

MapText(IEditorHandler, Editor)

public:
 static void MapText(Microsoft::Maui::Handlers::IEditorHandler ^ handler, Microsoft::Maui::Controls::Editor ^ editor);
public static void MapText (Microsoft.Maui.Handlers.IEditorHandler handler, Microsoft.Maui.Controls.Editor editor);
static member MapText : Microsoft.Maui.Handlers.IEditorHandler * Microsoft.Maui.Controls.Editor -> unit
Public Shared Sub MapText (handler As IEditorHandler, editor As Editor)

Parameters

handler
IEditorHandler
editor
Editor

Applies to

MapText(EditorHandler, Editor)

public:
 static void MapText(Microsoft::Maui::Handlers::EditorHandler ^ handler, Microsoft::Maui::Controls::Editor ^ editor);
public static void MapText (Microsoft.Maui.Handlers.EditorHandler handler, Microsoft.Maui.Controls.Editor editor);
static member MapText : Microsoft.Maui.Handlers.EditorHandler * Microsoft.Maui.Controls.Editor -> unit
Public Shared Sub MapText (handler As EditorHandler, editor As Editor)

Parameters

handler
EditorHandler
editor
Editor

Applies to