IController.View Property

Definition

Gets the specified control for the 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

Property Value

The specified control for the view.

Applies to