TabControl.ControlCollection(TabControl) コンストラクター

定義

TabControl.ControlCollection クラスの新しいインスタンスを初期化します。

public:
 ControlCollection(System::Windows::Forms::TabControl ^ owner);
public ControlCollection (System.Windows.Forms.TabControl owner);
new System.Windows.Forms.TabControl.ControlCollection : System.Windows.Forms.TabControl -> System.Windows.Forms.TabControl.ControlCollection
Public Sub New (owner As TabControl)

パラメーター

owner
TabControl

このコレクションが属する TabControl

適用対象

こちらもご覧ください