Table of Contents

Method Delete

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Delete()

When implemented by a class, deletes selected text from the control.

bool Delete()

Returns

bool

True if successful.

Delete(ExtendedSelectionScope)

When implemented by a class, deletes selected text from the control.

bool Delete(ExtendedSelectionScope scope)

Parameters

scope ExtendedSelectionScope

Specifies extended selection scope for null-width blocks

Returns

bool

True if successful.