C# 클래스 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
상속: Delete
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

공개 메소드들

메소드 설명
Execute ( TextArea textArea ) : void Executes this edit action

메소드 상세

Execute() 공개 메소드

Executes this edit action
public Execute ( TextArea textArea ) : void
textArea TextArea The which is used for callback purposes
리턴 void