C# 클래스 AmandaInterface.FileEditorTab

상속: System.Windows.Forms.TabPage
파일 보기 프로젝트 열기: remco138/amanda 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
textBox FastColoredTextBox

공개 메소드들

메소드 설명
AskToSaveFile ( ) : void
Copy ( ) : void
FileEditorTab ( ) : System
FileEditorTab ( string content ) : System
Paste ( ) : void
Save ( ) : void
SaveAs ( ) : void
UpdateAutocompleteIdentifiers ( ) : void

비공개 메소드들

메소드 설명
_AutoIndentNeeded ( object sender, AutoIndentEventArgs e ) : void
_KeyDown ( object sender, KeyEventArgs e ) : void
_TextChanged ( object sender, TextChangedEventArgs e ) : void

메소드 상세

AskToSaveFile() 공개 메소드

public AskToSaveFile ( ) : void
리턴 void

Copy() 공개 메소드

public Copy ( ) : void
리턴 void

FileEditorTab() 공개 메소드

public FileEditorTab ( ) : System
리턴 System

FileEditorTab() 공개 메소드

public FileEditorTab ( string content ) : System
content string
리턴 System

Paste() 공개 메소드

public Paste ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveAs() 공개 메소드

public SaveAs ( ) : void
리턴 void

UpdateAutocompleteIdentifiers() 공개 메소드

public UpdateAutocompleteIdentifiers ( ) : void
리턴 void

프로퍼티 상세

textBox 공개적으로 프로퍼티

public FastColoredTextBox textBox
리턴 FastColoredTextBox