C# Класс Habanero.Faces.VWG.ControlCollectionVWG

Represents a collection of controls
Наследование: IControlCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

ControlCollectionVWG ( Control col ) : System.Collections

Constructs the ControlCollectionVWG. This is essentially a wrapper class.

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

ControlCollectionVWG() публичный Метод

Constructs the ControlCollectionVWG. This is essentially a wrapper class.
public ControlCollectionVWG ( Control col ) : System.Collections
col Control
Результат System.Collections

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