Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ICSharpCode
TextEditor
Actions
DeleteWord
C# Class ICSharpCode.TextEditor.Actions.DeleteWord
handles the ctrl-delete key functionality attempts to mimic MS Developer studio I will implement this as deleting forwardto the point that ctrl-leftarrow would take you to
Inheritance:
Delete
Mostrar archivo
Open project: Clancey/MonoMac.Windows.Form
Public Methods
Method
Description
Execute
(
TextArea
textArea
) :
void
Executes this edit action
Method Details
Execute()
public
method
Executes this edit action
public
Execute
(
TextArea
textArea
) :
void
textArea
TextArea
The
which is used for callback purposes
return
void