C# 클래스 PKStudio.Forms.BaseForms.ComponentEditor.EditorPageBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

공개 메소드들

메소드 설명
ApplyChanges ( ) : bool
EditorPageBase ( ) : System
Initialize ( ) : void
OnApplyChanges ( ) : bool

Apply changes

보호된 메소드들

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

Clean up any resources being used.

ModifiedChange ( ) : void

Ru: Устанавливает свойство _modified в true и вызывет соответствующее событие Необходимо вызывать в наследнике при изменении опции En: Sets _modified to true and fires event Must be called from inherit classes when changing options

OnInitialized ( ) : void

Initialize control

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

ApplyChanges() 공개 메소드

public ApplyChanges ( ) : bool
리턴 bool

Dispose() 보호된 메소드

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

EditorPageBase() 공개 메소드

public EditorPageBase ( ) : System
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

ModifiedChange() 보호된 메소드

Ru: Устанавливает свойство _modified в true и вызывет соответствующее событие Необходимо вызывать в наследнике при изменении опции En: Sets _modified to true and fires event Must be called from inherit classes when changing options
protected ModifiedChange ( ) : void
리턴 void

OnApplyChanges() 공개 메소드

Apply changes
public OnApplyChanges ( ) : bool
리턴 bool

OnInitialized() 보호된 메소드

Initialize control
protected OnInitialized ( ) : void
리턴 void