PowerTools InputMan for ASP.NET 8.0J
BalloonTipInfo コンストラクタ(String,IconType,Int32)

表示する文字列(String 型)
バルーンチップに表示するアイコン(GrapeCity.Web.Input.IMBalloonTip.IconType 型)
バルーンチップが自動的に閉じるまでの表示時間(Int32 型)
指定したデータを含むBalloonTipInfoクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal text As String, _
   ByVal icon As IconType, _
   ByVal span As Integer _
)
public BalloonTipInfo( 
   string text,
   IconType icon,
   int span
)

パラメータ

text
表示する文字列(String 型)
icon
バルーンチップに表示するアイコン(GrapeCity.Web.Input.IMBalloonTip.IconType 型)
span
バルーンチップが自動的に閉じるまでの表示時間(Int32 型)
参照

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

 

 


© 2005-2015 GrapeCity inc. All rights reserved.