'Declaration
Public Overloads Shadows Sub Show( _ ByVal owner As IWin32Window _ )
'Usage
Dim instance As ModelessForm Dim owner As IWin32Window instance.Show(owner)
public new void Show( IWin32Window owner )
Parameters
- owner
- Any object that implements System.Windows.Forms.IWin32Window and represents the top-level window that will own this form.