Click or drag to resize
Askia

IControlCollection Interface

Control collection

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IControlCollection : IRecordEntitiesOwner<IControl>, 
	IEnumerable<IControl>, IEnumerable

The IControlCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodCreate
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.)
Public methodCreate(String)
Creates a new control in the collection given its name
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIControl.)
Public methodRemove(Int32)
Remove a control from the collection given its id
Public methodRemove(String)
Remove a control from the collection given its name
Top
See Also