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

속성 값

뷰에 대해 지정된 컨트롤입니다.

적용 대상