PowerTools PlusPak for Windows Forms 8.0J
BalloonTipInformation コンストラクタ(String,String,BalloonShape,IconType,Int32)

バルーンチップに表示する文字列
バルーンチップのキャプション
バルーンチップの形状
バルーンチップに表示するアイコン
バルーンチップを自動的に閉じるまでの表示時間(ミリ秒)
BalloonTipInformationクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal text As String, _
   ByVal caption As String, _
   ByVal shape As BalloonShape, _
   ByVal iconType As IconType, _
   ByVal delay As Integer _
)
public BalloonTipInformation( 
   string text,
   string caption,
   BalloonShape shape,
   IconType iconType,
   int delay
)

パラメータ

text
バルーンチップに表示する文字列
caption
バルーンチップのキャプション
shape
バルーンチップの形状
iconType
バルーンチップに表示するアイコン
delay
バルーンチップを自動的に閉じるまでの表示時間(ミリ秒)
プラットフォーム

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

参照

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

Send Feedback