'宣言 Public Function GetToolTip( _ ByVal control As System.Windows.Forms.Control _ ) As System.String
public System.string GetToolTip( System.Windows.Forms.Control control )
パラメータ
- control
- The Control for which to retrieve the tooltip text.
戻り値の型
The tooltip text for the specified control.