C# 클래스 ExamplesFx.Controls.ExamplesContainer

파일 보기 프로젝트 열기: MarcosMeli/ExamplesFx

보호된 프로퍼티들

프로퍼티 타입 설명
splitContainer1 System.Windows.Forms.SplitContainer

공개 메소드들

메소드 설명
ExamplesContainer ( ) : System
LoadExamples ( IEnumerable examples ) : void
ShowCustomHtml ( string html ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ExamplesContainer_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

cboSearchMode_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmdCollapse_Click ( object sender, EventArgs e ) : void
cmdExpand_Click ( object sender, EventArgs e ) : void
tvExamples_AfterSelect ( object sender, TreeViewEventArgs e ) : void
txtSearch_Enter ( object sender, EventArgs e ) : void
txtSearch_Leave ( object sender, EventArgs e ) : void
txtSearch_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

ExamplesContainer() 공개 메소드

public ExamplesContainer ( ) : System
리턴 System

LoadExamples() 공개 메소드

public LoadExamples ( IEnumerable examples ) : void
examples IEnumerable
리턴 void

ShowCustomHtml() 공개 메소드

public ShowCustomHtml ( string html ) : void
html string
리턴 void

프로퍼티 상세

splitContainer1 보호되어 있는 프로퍼티

protected System.Windows.Forms.SplitContainer splitContainer1
리턴 System.Windows.Forms.SplitContainer