C# 클래스 ICSharpCode.TextEditor.Actions.AbstractSelectionFormatAction
파일 보기
프로젝트 열기: Clancey/MonoMac.Windows.Form
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
Execute ( TextArea textArea ) : void |
|
|
보호된 메소드들
메소드 |
설명 |
|
Convert ( IDocument document, int offset, int length ) : void |
|
|
메소드 상세
abstract protected Convert ( IDocument document, int offset, int length ) : void |
document |
IDocument |
|
offset |
int |
|
length |
int |
|
리턴 |
void |
|
public Execute ( TextArea textArea ) : void |
textArea |
TextArea |
|
리턴 |
void |
|
프로퍼티 상세
protected TextArea textArea |
리턴 |
TextArea |
|