PowerTools PlusPak for Windows Forms 8.0J
Show(Control,TipPosition) メソッド
使用例 

バルーンチップを表示するSystem.Windows.Forms.Control
コントロールに対する特定の位置を示すTipPosition列挙体の1つ。
バルーンチップを表示します。
構文
Public Overloads Sub Show( _
   ByVal control As Control, _
   ByVal tipPosition As TipPosition _
) 
public void Show( 
   Control control,
   TipPosition tipPosition
)

パラメータ

control
バルーンチップを表示するSystem.Windows.Forms.Control
tipPosition
コントロールに対する特定の位置を示すTipPosition列挙体の1つ。
使用例
次のサンプルコードは、テキストボックスコントロール(TextBox1)に設定されているバルーンチップをコントロールの左下に表示する方法を示します。
GcBalloonTip1.Show(TextBox1, GrapeCity.Win.Components.TipPosition.BottomLeft)
gcBalloonTip1.Show(TextBox1, GrapeCity.Win.Components.TipPosition.BottomLeft);
プラットフォーム

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