C# 클래스 Habanero.Faces.Win.ControlCollectionWin

Represents a collection of controls
상속: IControlCollection
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IControlHabanero value ) : void

Adds a control to the collection

Clear ( ) : void

Removes all controls from the collection

Contains ( IControlHabanero value ) : bool

Indicates whether the collection contains the specified control

ControlCollectionWin ( Control col ) : System

Constructor for ControlCollectionWin

GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

IndexOf ( IControlHabanero value ) : int

Provides the index position of the control specified

Insert ( int index, IControlHabanero value ) : void

Insert a control at a specified index position

Remove ( IControlHabanero value ) : void

Removes the specified control from the collection

this ( int index ) : IControlHabanero

Indicates the Control at the specified indexed location in the collection

메소드 상세

Add() 공개 메소드

Adds a control to the collection
public Add ( IControlHabanero value ) : void
value IControlHabanero The control to add
리턴 void

Clear() 공개 메소드

Removes all controls from the collection
public Clear ( ) : void
리턴 void

Contains() 공개 메소드

Indicates whether the collection contains the specified control
public Contains ( IControlHabanero value ) : bool
value IControlHabanero The control to search for
리턴 bool

ControlCollectionWin() 공개 메소드

Constructor for ControlCollectionWin
public ControlCollectionWin ( Control col ) : System
col System.Windows.Forms.Control
리턴 System

GetEnumerator() 공개 메소드

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

Provides the index position of the control specified
public IndexOf ( IControlHabanero value ) : int
value IControlHabanero The control to search for
리턴 int

Insert() 공개 메소드

Insert a control at a specified index position
public Insert ( int index, IControlHabanero value ) : void
index int The index position at which to insert
value IControlHabanero The control to insert
리턴 void

Remove() 공개 메소드

Removes the specified control from the collection
public Remove ( IControlHabanero value ) : void
value IControlHabanero The control to remove
리턴 void

this() 공개 메소드

Indicates the Control at the specified indexed location in the collection
public this ( int index ) : IControlHabanero
index int
리턴 IControlHabanero