C# Class FarsiLibrary.Win.FATabStripItemCollection

Inheritance: FarsiLibrary.Win.Helpers.CollectionWithEvents
Mostrar archivo Open project: DanWBR/dwsim3 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Protected Methods

Method Description
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

Method Details

Add() public method

public Add ( FATabStripItem item ) : int
item FATabStripItem
return int

AddRange() public method

public AddRange ( FATabStripItem items ) : void
items FATabStripItem
return void

Assign() public method

public Assign ( FATabStripItemCollection collection ) : void
collection FATabStripItemCollection
return void

BeginUpdate() protected method

protected BeginUpdate ( ) : void
return void

Contains() public method

public Contains ( FATabStripItem item ) : bool
item FATabStripItem
return bool

EndUpdate() protected method

protected EndUpdate ( ) : void
return void

FATabStripItemCollection() public method

public FATabStripItemCollection ( ) : System
return System

IndexOf() public method

public IndexOf ( FATabStripItem item ) : int
item FATabStripItem
return int

Insert() public method

public Insert ( int index, FATabStripItem item ) : void
index int
item FATabStripItem
return void

MoveTo() public method

public MoveTo ( int newIndex, FATabStripItem item ) : FATabStripItem
newIndex int
item FATabStripItem
return FATabStripItem

OnClear() protected method

protected OnClear ( ) : void
return void

OnCollectionChanged() protected method

protected OnCollectionChanged ( CollectionChangeEventArgs e ) : void
e System.ComponentModel.CollectionChangeEventArgs
return void

OnInsertComplete() protected method

protected OnInsertComplete ( int index, object item ) : void
index int
item object
return void

OnItem_Changed() protected method

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

OnRemove() protected method

protected OnRemove ( int index, object item ) : void
index int
item object
return void

Remove() public method

public Remove ( FATabStripItem item ) : void
item FATabStripItem
return void

this() public method

public this ( int index ) : FATabStripItem
index int
return FATabStripItem