シンタックス
'宣言
Public Overloads Sub Show( _
ByVal As System.String, _
ByVal As System.Windows.Forms.IWin32Window, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'使用法
Dim instance As PreviewToolTip
Dim text As System.String
Dim window As System.Windows.Forms.IWin32Window
Dim x As System.Integer
Dim y As System.Integer
Dim duration As System.Integer
instance.Show(text, window, x, y, duration)
public void Show(
System.string ,
System.Windows.Forms.IWin32Window ,
System.int ,
System.int ,
System.int
)
パラメータ
- text
- window
- x
- y
- duration
参照