The following tables list the members exposed by ExpandableGroupBoxControlCollection.
Name | Description | |
---|---|---|
![]() | ExpandableGroupBoxControlCollection Constructor | Creates an instance of this class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection) |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection) |
![]() | Item | Overloaded. Indicates the System.Windows.Forms.Control at the specified indexed location in the collection. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | Owner | Gets the control that owns this System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control.ControlCollection) |
Name | Description | |
---|---|---|
![]() | Add | Overridden. 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 ) |
![]() | AddRange | Adds an array of control objects to the collection. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | Clear | Removes all controls from the collection. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | Contains | Determines whether the specified control is a member of the collection. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | ContainsKey | Determines whether the System.Windows.Forms.Control.ControlCollection contains an item with the specified key. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | CopyTo | Copies 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) |
![]() | Equals | Determines whether two System.Windows.Forms.Layout.ArrangedElementCollection instances are equal. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection) |
![]() | Find | Searches 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) |
![]() | GetChildIndex | Overloaded. Retrieves the index of the specified child control within the control collection. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | GetEnumerator | Retrieves 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) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from System.Windows.Forms.Layout.ArrangedElementCollection) |
![]() | IndexOf | Retrieves the index of the specified control in the control collection. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | IndexOfKey | Retrieves the index of the first occurrence of the specified item within the collection. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | Remove | Overridden. 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 ) |
![]() | RemoveAt | Removes a control from the control collection at the specified indexed location. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | RemoveByKey | Removes the child control with the specified key. (Inherited from System.Windows.Forms.Control.ControlCollection) |
![]() | SetChildIndex | Sets the index of the specified child control in the collection to the specified index value. (Inherited from System.Windows.Forms.Control.ControlCollection) |