ActivateView Method

Summary

Request the view to be loaded and displayed to the user.

Syntax
C#
VB
C++
public virtual void ActivateView( 
   IWin32Window owner 
) 
  
Public Overridable Sub ActivateView( _ 
   ByVal owner As IWin32Window _ 
)  
public: 
virtual void ActivateView(  
   IWin32Window^ owner 
)  

Parameters

owner
An System.Windows.Forms.IWin32Window that represents the owner of the view.

Remarks

The default implementation will call the System.Windows.Forms.Form.Show(System.Windows.Forms.IWin32Window) method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly