'Declaration
Public Overloads Function Show( _ ByVal owner As System.Windows.Forms.IWin32Window, _ ByVal screenBounds As NRectangle _ ) As System.Integer
'Usage
Dim instance As NTaskDialog Dim owner As System.Windows.Forms.IWin32Window Dim screenBounds As NRectangle Dim value As System.Integer value = instance.Show(owner, screenBounds)
public System.int Show( System.Windows.Forms.IWin32Window owner, NRectangle screenBounds )
Parameters
- owner
- screenBounds