EnsureVisible Method

Summary
Request the view to be ensure that it is visible and have focus..
Syntax
C#
VB
C++
public virtual void EnsureVisible( 
   IWin32Window owner 
) 
  
Public Overridable Sub EnsureVisible( _ 
   ByVal owner As IWin32Window _ 
)  
public: 
virtual void EnsureVisible(  
   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 if the form is not visible then call the System.Windows.Forms.Control.Focus.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.