'Declaration
Public Overloads Sub Show( _
ByVal text As System.String, _
ByVal window As System.Windows.Forms.IWin32Window, _
ByVal x As System.Integer, _
ByVal y As System.Integer _
)
public void Show(
System.string text,
System.Windows.Forms.IWin32Window window,
System.int x,
System.int y
)