共用方式為


ComponentEditorPage.GetControl 方法

定義

取得控制項,表示這個頁面的視窗。

public:
 virtual System::Windows::Forms::Control ^ GetControl();
public virtual System.Windows.Forms.Control GetControl ();
abstract member GetControl : unit -> System.Windows.Forms.Control
override this.GetControl : unit -> System.Windows.Forms.Control
Public Overridable Function GetControl () As Control

傳回

Control

Control,表示這個頁面的視窗。

適用於