ExpandableGroupBoxControlCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ExpandableGroupBoxControlCollection コンストラクタ | このクラスのインスタンスを作成します。 |
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements in the collection. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。 | |
IsReadOnly | Gets a value indicating whether the collection is read-only. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。 | |
Item | オーバーロードされます。 Indicates the System.Windows.Forms.Control at the specified indexed location in the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
Owner | Gets the control that owns this System.Windows.Forms.Control.ControlCollection. System.Windows.Forms.Control.ControlCollectionから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | オーバーライドされます。 このメソッドを呼び出してコントロールを UltraExpandableGroupBox の子コントロールのコレクションに追加しないでください。UltraExpandableGroupBoxの内側にあるUltraExpandableGroupBoxPanelへ加えてください。例: ultraExpandableGroupBox1.Panel.Controls.Add( someControl ) | |
AddRange | Adds an array of control objects to the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
Clear | Removes all controls from the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
Contains | Determines whether the specified control is a member of the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
ContainsKey | Determines whether the System.Windows.Forms.Control.ControlCollection contains an item with the specified key. 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. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。 | |
Equals | Determines whether two System.Windows.Forms.Layout.ArrangedElementCollection instances are equal. 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. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
GetChildIndex | オーバーロードされます。 Retrieves the index of the specified child control within the control collection. 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. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
GetHashCode | Returns the hash code for this instance. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。 | |
IndexOf | Retrieves the index of the specified control in the control collection. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
IndexOfKey | Retrieves the index of the first occurrence of the specified item within the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
Remove | オーバーライドされます。 このメソッドを呼び出してコントロールを UltraExpandableGroupBox の子コントロールのコレクションから削除しないでください。代わりに、UltraExpandableGroupBox 内に格納されている UltraExpandableGroupBoxPanel からコントロールを削除してください。例: ultraExpandableGroupBox1.Panel.Controls.Remove( someControl ) | |
RemoveAt | Removes a control from the control collection at the specified indexed location. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
RemoveByKey | Removes the child control with the specified key. System.Windows.Forms.Control.ControlCollectionから継承されます。 | |
SetChildIndex | Sets the index of the specified child control in the collection to the specified index value. System.Windows.Forms.Control.ControlCollectionから継承されます。 |