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

属性值

Control

视图的指定控件。

适用于