Public Member Functions | |
| void | deleteSelection () |
| Deletes the current selection. | |
| void | cut () |
| Cuts the selected text to the clipboard. | |
| void | copy () |
| Copies the selected text to the clipboard. | |
| void | paste () |
| Pastes text from the clipboard at the position of the cursor in the edit box. | |
The EditOperations mixin is used to suport editing operations in the EditBox and ComboBox classes.
| void smjg.libs.sdwf.control.EditOperations<>.deleteSelection | ( | ) |
Deletes the current selection.
| void smjg.libs.sdwf.control.EditOperations<>.cut | ( | ) |
| void smjg.libs.sdwf.control.EditOperations<>.copy | ( | ) |
| void smjg.libs.sdwf.control.EditOperations<>.paste | ( | ) |
1.5.4