Form::ControlCollection Properties

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements in the collection.(Inherited from ArrangedElementCollection.)

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the collection is read-only.(Inherited from ArrangedElementCollection.)

System_CAPS_pubpropertyItem[Int32]

Indicates the Control at the specified indexed location in the collection.(Inherited from Control::ControlCollection.)

System_CAPS_pubpropertyItem[String^]

Indicates a Control with the specified key in the collection.(Inherited from Control::ControlCollection.)

System_CAPS_pubpropertyOwner

Gets the control that owns this Control::ControlCollection.(Inherited from Control::ControlCollection.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

For a description of this member, see the ICollection::IsSynchronized property.(Inherited from ArrangedElementCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

For a description of this member, see the ICollection::SyncRoot property.(Inherited from ArrangedElementCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsFixedSize

For a description of this member, see the IList::IsFixedSize property.(Inherited from ArrangedElementCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::Item[Int32]

For a description of this member, see the IList::Item property.(Inherited from ArrangedElementCollection.)

Return to top
Show: