PowerTools PlusPak for Windows Forms 8.0J
SetBalloonTipInformation(Control,String,String) メソッド

バルーンチップ情報を設定するSystem.Windows.Forms.Control
チップのテキストを示すstring
チップのキャプションを示すstring
指定したコントロールに、指定したバルーンチップ情報を設定します。
構文
Public Overloads Sub SetBalloonTipInformation( _
   ByVal control As Control, _
   ByVal text As String, _
   ByVal caption As String _
) 
public void SetBalloonTipInformation( 
   Control control,
   string text,
   string caption
)

パラメータ

control
バルーンチップ情報を設定するSystem.Windows.Forms.Control
text
チップのテキストを示すstring
caption
チップのキャプションを示すstring
例外
例外解説
System.ArgumentNullExceptioncontrolはnullに設定できません。
System.ArgumentExceptioncontrolはGcBalloonTipコンポーネントをサポートできません。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcBalloonTip クラス
GcBalloonTip メンバ
オーバーロード一覧

Send Feedback