var instance; // Type: GcBalloonTip instance.TipClosed = function(sender, eArgs) { };
TipClosed = function ( sender : Object, eArgs : EventArgs ) { };
// バルーンチップが閉じたらテキストコントロールにフォーカスを移動する例です。 function GcBalloonTip1_TipClosed(sender, eArgs) { FindIMControl("GcTextBox1").SetFocus(); }
GcBalloonTip タイプ
© MESCIUS inc. All rights reserved.