Click or drag to resize
Askia

IDefaultControlCollection Interface

Collection of the extension (ADX) property

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

The IDefaultControlCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of properties in the collection
Public propertyItem
Returns the value associated with the specified property name
Top
Methods
  NameDescription
Public methodClear
Remove all properties from the collection
Public methodContains
Indicates if the collection contains the specified property
Public methodCreate
Create a property using the specified name and value
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIDefaultControl.)
Public methodRemove
Remove the specified property from the collection
Top
See Also