'Declaration
Sub StartEditing( _ ByVal e As EventArgs, _ ByVal selectAll As Boolean, _ ByVal autoClipboard As Boolean _ )
Parameters
- e
- Event
- selectAll
- Whether to select everything
- autoClipboard
- Whether to allow shortcut keys for Clipboard actions
'Declaration
Sub StartEditing( _ ByVal e As EventArgs, _ ByVal selectAll As Boolean, _ ByVal autoClipboard As Boolean _ )