Method Delete
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
ExtendedSelectionScopeSpecifies extended selection scope for null-width blocks
Returns
- bool
True if successful.