The C1ViewCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1ViewCollection |
Creates an instance of C1PageViewCollection class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds a control to this collection.
(Overrides ControlCollection..::..Add(Control).) |
![]() |
AddAt |
Adds a control to the specified position.
(Overrides ControlCollection..::..AddAt(Int32, Control).) |
![]() |
Clear |
Clears the collection.
(Overrides ControlCollection..::..Clear()()()().) |
![]() |
Contains |
Determines whether the specified server control is in the parent server control's ControlCollection object.
(Inherited from ControlCollection.) |
![]() |
CopyTo |
Copies the child controls stored in the ControlCollection object to an Array object, beginning at the specified index location in the Array.
(Inherited from ControlCollection.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator |
Retrieves an enumerator that can iterate through the ControlCollection object.
(Inherited from ControlCollection.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
IndexOf |
Retrieves the index of a specified Control object in the collection.
(Inherited from ControlCollection.) |
![]() |
Remove |
Removes the control from the collection.
(Overrides ControlCollection..::..Remove(Control).) |
![]() |
RemoveAt |
Removes the control at specified position.
(Overrides ControlCollection..::..RemoveAt(Int32).) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of server controls in the ControlCollection object for the specified ASP.NET server control.
(Inherited from ControlCollection.) |
![]() |
IsReadOnly |
Gets a value indicating whether the ControlCollection object is read-only.
(Inherited from ControlCollection.) |
![]() |
IsSynchronized |
Gets a value indicating whether the ControlCollection object is synchronized.
(Inherited from ControlCollection.) |
![]() |
Item | |
![]() |
SyncRoot |
Gets an object that can be used to synchronize access to the collection of controls.
(Inherited from ControlCollection.) |