Determines whether the object can run the view.
public virtual bool CanInitializeView(
WorkstationContainer container
)
Public Overridable Function CanInitializeView( _
ByVal container As Leadtools.Medical.Workstation.WorkstationContainer _
) As Boolean
public:
virtual bool CanInitializeView(
Leadtools.Medical.Workstation.WorkstationContainer^ container
)
container
The Leadtools.Medical.Workstation.WorkstationContainer for the current active workstation.
true if the presenter can activate the view; otherwise, it is false.
The default implementation will check if the view is registered in the Leadtools.Medical.Workstation.UI.Factory.WorkstationUIFactory.Instance
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET