Show(String,IWin32Window) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub Show( _
ByVal As System.String, _
ByVal As System.Windows.Forms.IWin32Window _
)
public void Show(
System.string ,
System.Windows.Forms.IWin32Window
)
Parameters
- text
- window
See Also