バージョン

ExpandableGroupBoxControlCollection クラス メンバ

ExpandableGroupBoxControlCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタExpandableGroupBoxControlCollection コンストラクタこのクラスのインスタンスを作成します。  
トップ
パブリック プロパティ
 名前解説
Public プロパティCountGets the number of elements in the collection. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。
Public プロパティIsReadOnlyGets a value indicating whether the collection is read-only. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。
Public プロパティItemオーバーロードされます。 Indicates the System.Windows.Forms.Control at the specified indexed location in the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public プロパティOwnerGets the control that owns this System.Windows.Forms.Control.ControlCollection. System.Windows.Forms.Control.ControlCollectionから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddオーバーライドされます。 このメソッドを呼び出してコントロールを UltraExpandableGroupBox の子コントロールのコレクションに追加しないでください。UltraExpandableGroupBoxの内側にあるUltraExpandableGroupBoxPanelへ加えてください。例: ultraExpandableGroupBox1.Panel.Controls.Add( someControl )  
Public メソッドAddRangeAdds an array of control objects to the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドClearRemoves all controls from the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドContainsDetermines whether the specified control is a member of the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドContainsKeyDetermines whether the System.Windows.Forms.Control.ControlCollection contains an item with the specified key. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドCopyToCopies 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から継承されます。
Public メソッドEqualsDetermines whether two System.Windows.Forms.Layout.ArrangedElementCollection instances are equal. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。
Public メソッドFindSearches 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から継承されます。
Public メソッドGetChildIndexオーバーロードされます。 Retrieves the index of the specified child control within the control collection. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドGetEnumeratorRetrieves a reference to an enumerator object that is used to iterate over a System.Windows.Forms.Control.ControlCollection. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドGetHashCodeReturns the hash code for this instance. System.Windows.Forms.Layout.ArrangedElementCollectionから継承されます。
Public メソッドIndexOfRetrieves the index of the specified control in the control collection. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドIndexOfKeyRetrieves the index of the first occurrence of the specified item within the collection. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドRemoveオーバーライドされます。 このメソッドを呼び出してコントロールを UltraExpandableGroupBox の子コントロールのコレクションから削除しないでください。代わりに、UltraExpandableGroupBox 内に格納されている UltraExpandableGroupBoxPanel からコントロールを削除してください。例: ultraExpandableGroupBox1.Panel.Controls.Remove( someControl )  
Public メソッドRemoveAtRemoves a control from the control collection at the specified indexed location. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドRemoveByKeyRemoves the child control with the specified key. System.Windows.Forms.Control.ControlCollectionから継承されます。
Public メソッドSetChildIndexSets the index of the specified child control in the collection to the specified index value. System.Windows.Forms.Control.ControlCollectionから継承されます。
トップ
参照