IMainPresenterView Property |
Gets the view that created the presenter, and which is being controlled by the presenter.
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property View As IMainView
Get
property IMainView^ View {
IMainView^ get ();
}
abstract View : IMainView with get
Property Value
Type:
IMainViewSee Also