C# 클래스 SIL.FieldWorks.Common.Controls.SimpleExplorerBar

Encapsulates a simple explorer bar-like control.
상속: FwPanel
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string text, Control control ) : ExplorerBarItem

Adds an ExplorerBarItem with the specified text and hosting the specified control.

Add ( ExplorerBarItem item ) : void

Adds the specified item to the item collection.

HandleItemExpandingOrCollapsing ( object sender, EventArgs e ) : void

Handles an item expanding or collapsing.

Remove ( ExplorerBarItem item ) : void

Removes the specified item from the collection of items.

Remove ( int index ) : void

Removes from the item collection the item at the specified index.

SimpleExplorerBar ( ) : System

Constructs a SimpleExplorerBar object.

item_SizeChanged ( object sender, EventArgs e ) : void

Handles the SizeChanged event for the ExplorerBarItems.

비공개 메소드들

메소드 설명
ManageVScrollBar ( ) : void

Manages the visibility and enabled state of the vertical scroll bar.

메소드 상세

Add() 공개 메소드

Adds an ExplorerBarItem with the specified text and hosting the specified control.
public Add ( string text, Control control ) : ExplorerBarItem
text string
control System.Windows.Forms.Control
리턴 ExplorerBarItem

Add() 공개 메소드

Adds the specified item to the item collection.
public Add ( ExplorerBarItem item ) : void
item ExplorerBarItem
리턴 void

HandleItemExpandingOrCollapsing() 공개 메소드

Handles an item expanding or collapsing.
public HandleItemExpandingOrCollapsing ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Remove() 공개 메소드

Removes the specified item from the collection of items.
public Remove ( ExplorerBarItem item ) : void
item ExplorerBarItem
리턴 void

Remove() 공개 메소드

Removes from the item collection the item at the specified index.
public Remove ( int index ) : void
index int
리턴 void

SimpleExplorerBar() 공개 메소드

Constructs a SimpleExplorerBar object.
public SimpleExplorerBar ( ) : System
리턴 System

item_SizeChanged() 공개 메소드

Handles the SizeChanged event for the ExplorerBarItems.
public item_SizeChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void