'宣言 Public Function GetToolTip( _ ByVal control As System.Windows.Forms.Control _ ) As System.String
'使用法 Dim instance As PreviewToolTip Dim control As System.Windows.Forms.Control Dim value As System.String value = instance.GetToolTip(control)
public System.string GetToolTip( System.Windows.Forms.Control control )
パラメータ
- control