Version

ExpandableGroupBoxControlCollection Class Members

The following tables list the members exposed by ExpandableGroupBoxControlCollection.

Public Constructors
 NameDescription
Public ConstructorExpandableGroupBoxControlCollection ConstructorCreates an instance of this class.  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements in the collection. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection)
Public PropertyIsReadOnlyGets a value indicating whether the collection is read-only. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection)
Public PropertyItemOverloaded. Indicates the System.Windows.Forms.Control at the specified indexed location in the collection. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public PropertyOwnerGets the control that owns this System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public Methods
 NameDescription
Public MethodAddOverridden. Do not call this method to add a control to the UltraExpandableGroupBox's collection of child controls. Add the control to the UltraExpandableGroupBoxPanel contained within the UltraExpandableGroupBox instead. For example: ultraExpandableGroupBox1.Panel.Controls.Add( someControl )  
Public MethodAddRangeAdds an array of control objects to the collection. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodClearRemoves all controls from the collection. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodContainsDetermines whether the specified control is a member of the collection. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodContainsKeyDetermines whether the System.Windows.Forms.Control.ControlCollection contains an item with the specified key. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodCopyToCopies the entire contents of this collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection)
Public MethodEqualsDetermines whether two System.Windows.Forms.Layout.ArrangedElementCollection instances are equal. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection)
Public MethodFindSearches for controls by their System.Windows.Forms.Control.Name property and builds an array of all the controls that match. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodGetChildIndexOverloaded. Retrieves the index of the specified child control within the control collection. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodGetEnumeratorRetrieves a reference to an enumerator object that is used to iterate over a System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection)
Public MethodIndexOfRetrieves the index of the specified control in the control collection. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodIndexOfKeyRetrieves the index of the first occurrence of the specified item within the collection. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodRemoveOverridden. Do not call this method to remove a control from the UltraExpandableGroupBox's collection of child controls. Remove the control from the UltraExpandableGroupBoxPanel contained within the UltraExpandableGroupBox instead. For example: ultraExpandableGroupBox1.Panel.Controls.Remove( someControl )  
Public MethodRemoveAtRemoves a control from the control collection at the specified indexed location. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodRemoveByKeyRemoves the child control with the specified key. (Inherited from System.Windows.Forms.Control.ControlCollection)
Public MethodSetChildIndexSets the index of the specified child control in the collection to the specified index value. (Inherited from System.Windows.Forms.Control.ControlCollection)
See Also