Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1 KB

context-menus.md

File metadata and controls

37 lines (22 loc) · 1 KB
title page_title description slug tags published position
Context Menus
Context Menus - RadTextBox
Check our Web Forms article about Context Menus.
radtextbox/features/context-menus
context,menus
true
2

Context Menus

All of the RadInput controls display a built-in context menu when the user right-clicks on the control with the mouse.

Context Menu

The built-in context menu contains the following commands:

  • Undo: Backs out the edit that was just made using the context menu or a shortcut key combination.

  • Cut: Cuts the selected text to the clipboard.

  • Copy: Copies the selected text to the clipboard.

  • Paste: Pastes the text in the clipboard, replacing the current selection or, if there is no selected text, inserting it at the cursor.

  • Delete: Deletes the currently selected text.

  • Select All: selects all the text.

See Also

  • [Keyboard Support]({%slug radtextbox/accessibility-and-internationalization/keyboard-support%})