C# 클래스 FdoToolbox.DataStoreManager.Controls.CollapsiblePanel

파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

보호된 프로퍼티들

프로퍼티 타입 설명
contentPanel System.Windows.Forms.Panel

Private Properties

프로퍼티 타입 설명
InitializeComponent void
btnCollapse_Click void
btnExpand_Click void

보호된 메소드들

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

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

btnCollapse_Click ( object sender, EventArgs e ) : void
btnExpand_Click ( object sender, EventArgs e ) : void

메소드 상세

CollapsiblePanel() 보호된 메소드

protected CollapsiblePanel ( ) : System
리턴 System

Dispose() 보호된 메소드

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

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

프로퍼티 상세

contentPanel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Panel contentPanel
리턴 System.Windows.Forms.Panel