次の方法で共有


IController.View プロパティ

定義

ビューに対して指定されたコントロールを取得します。

public:
 property System::Windows::Forms::Control ^ View { System::Windows::Forms::Control ^ get(); };
public System.Windows.Forms.Control View { get; }
member this.View : System.Windows.Forms.Control
Public ReadOnly Property View As Control

プロパティ値

ビューに対して指定されたコントロール。

適用対象