ParentControlDesigner.GetControl(Object) メソッド

定義

指定したコンポーネントのデザイナーからコントロールを取得します。

protected:
 System::Windows::Forms::Control ^ GetControl(System::Object ^ component);
protected System.Windows.Forms.Control GetControl (object component);
member this.GetControl : obj -> System.Windows.Forms.Control
Protected Function GetControl (component As Object) As Control

パラメーター

component
Object

コントロールを取得する対象のコンポーネント。

戻り値

指定したコンポーネントが属する Control

適用対象

こちらもご覧ください