LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ActivateView Method (WorkstationModalViewBase)

Show in webframe






An System.Windows.Forms.IWin32Window that represents the owner of the view.
Requests the view to be loaded and displayed to the user.
Syntax
public virtual void ActivateView( 
   IWin32Window owner
)
'Declaration
 
Public Overridable Sub ActivateView( _
   ByVal owner As IWin32Window _
) 
'Usage
 
Dim instance As WorkstationModalViewBase
Dim owner As IWin32Window
 
instance.ActivateView(owner)

            

            
public: virtual void ActivateView( 
   IWin32Window* owner
) 
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.ShowDialog method.
Requirements

Target Platforms

See Also

Reference

WorkstationModalViewBase Class
WorkstationModalViewBase Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.