C# 클래스 SidebarLibrary.Collections.ToolBarItemCollection

Summary description for ToolbarButtonCollection.
상속: IEnumerable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ToolBarItem item ) : void
AddRange ( ToolBarItem items ) : void
Clear ( ) : void
Contains ( ToolBarItem item ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( ToolBarItem item ) : int
Insert ( int index, ToolBarItem item ) : void
RaiseChanged ( ) : void
Remove ( ToolBarItem item ) : void
RemoveAt ( int index ) : void
this ( int index ) : ToolBarItem

비공개 메소드들

메소드 설명
this ( Keys shortcut ) : ToolBarItem
this ( char mnemonic ) : ToolBarItem

메소드 상세

Add() 공개 메소드

public Add ( ToolBarItem item ) : void
item ToolBarItem
리턴 void

AddRange() 공개 메소드

public AddRange ( ToolBarItem items ) : void
items ToolBarItem
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( ToolBarItem item ) : bool
item ToolBarItem
리턴 bool

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( ToolBarItem item ) : int
item ToolBarItem
리턴 int

Insert() 공개 메소드

public Insert ( int index, ToolBarItem item ) : void
index int
item ToolBarItem
리턴 void

RaiseChanged() 공개 메소드

public RaiseChanged ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ToolBarItem item ) : void
item ToolBarItem
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : ToolBarItem
index int
리턴 ToolBarItem