C# 클래스 FarsiLibrary.Win.FATabStripItemCollection

상속: FarsiLibrary.Win.Helpers.CollectionWithEvents
파일 보기 프로젝트 열기: DanWBR/dwsim3 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( FATabStripItem item ) : int
AddRange ( FATabStripItem items ) : void
Assign ( FATabStripItemCollection collection ) : void
Contains ( FATabStripItem item ) : bool
FATabStripItemCollection ( ) : System
IndexOf ( FATabStripItem item ) : int
Insert ( int index, FATabStripItem item ) : void
MoveTo ( int newIndex, FATabStripItem item ) : FATabStripItem
Remove ( FATabStripItem item ) : void
this ( int index ) : FATabStripItem

보호된 메소드들

메소드 설명
BeginUpdate ( ) : void
EndUpdate ( ) : void
OnClear ( ) : void
OnCollectionChanged ( CollectionChangeEventArgs e ) : void
OnInsertComplete ( int index, object item ) : void
OnItem_Changed ( object sender, EventArgs e ) : void
OnRemove ( int index, object item ) : void

메소드 상세

Add() 공개 메소드

public Add ( FATabStripItem item ) : int
item FATabStripItem
리턴 int

AddRange() 공개 메소드

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

Assign() 공개 메소드

public Assign ( FATabStripItemCollection collection ) : void
collection FATabStripItemCollection
리턴 void

BeginUpdate() 보호된 메소드

protected BeginUpdate ( ) : void
리턴 void

Contains() 공개 메소드

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

EndUpdate() 보호된 메소드

protected EndUpdate ( ) : void
리턴 void

FATabStripItemCollection() 공개 메소드

public FATabStripItemCollection ( ) : System
리턴 System

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

MoveTo() 공개 메소드

public MoveTo ( int newIndex, FATabStripItem item ) : FATabStripItem
newIndex int
item FATabStripItem
리턴 FATabStripItem

OnClear() 보호된 메소드

protected OnClear ( ) : void
리턴 void

OnCollectionChanged() 보호된 메소드

protected OnCollectionChanged ( CollectionChangeEventArgs e ) : void
e System.ComponentModel.CollectionChangeEventArgs
리턴 void

OnInsertComplete() 보호된 메소드

protected OnInsertComplete ( int index, object item ) : void
index int
item object
리턴 void

OnItem_Changed() 보호된 메소드

protected OnItem_Changed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnRemove() 보호된 메소드

protected OnRemove ( int index, object item ) : void
index int
item object
리턴 void

Remove() 공개 메소드

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

this() 공개 메소드

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