'Declaration
Public Overloads Shadows Function ShowDialog( _ ByVal owner As IWin32Window _ ) As DialogResult
'Usage
Dim instance As MoreColors Dim owner As IWin32Window Dim value As DialogResult value = instance.ShowDialog(owner)
public new DialogResult ShowDialog( IWin32Window owner )
Parameters
- owner
- Any object that implements System.Windows.Forms.IWin32Window and represents the top-level window that will own the modal dialog box.
Return Value
One of the System.Windows.Forms.DialogResult values.