C# 클래스 PKStudio.Forms.BaseForms.EditorBaseForm

파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
FormText string
ModifiedFormText string
modified bool

공개 메소드들

메소드 설명
EditorBaseForm ( ) : System
Save ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

EditorBaseForm_Click ( object sender, EventArgs e ) : void
SetModified ( bool modified ) : void

비공개 메소드들

메소드 설명
EditorBaseForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EditorBaseForm() 공개 메소드

public EditorBaseForm ( ) : System
리턴 System

EditorBaseForm_Click() 보호된 메소드

protected EditorBaseForm_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetModified() 보호된 메소드

protected SetModified ( bool modified ) : void
modified bool
리턴 void

프로퍼티 상세

FormText 보호되어 있는 프로퍼티

protected string FormText
리턴 string

ModifiedFormText 보호되어 있는 프로퍼티

protected string ModifiedFormText
리턴 string

modified 보호되어 있는 프로퍼티

protected bool modified
리턴 bool