PowerTools InputMan for ASP.NET 8.0J
IconNotify コンストラクタ
マウスポインタがアイコン上にあるときに表示するツールチップ文字列。
アイコンを表示する検証アクションを定義します。
構文
// パラメータ
var iconTip; //タイプ: string

var instance = new GCIM.IconNotify(iconTip);
function IconNotify( 
   iconTip : string
) : IconNotify;

パラメータ

iconTip
マウスポインタがアイコン上にあるときに表示するツールチップ文字列。
使用例
// 文字種検証コントロールにアイコンによるエラー通知を設定する例です。
var characterTypeValidator = FindIMControl("GcCharacterTypeValidator1");
var validatorAction = FindIMControl("GcValidatorAction1");
characterTypeValidator.SetControlToValidate("TextBox1");
characterTypeValidator.SetCharacterSet("9");
var action = new GCIM.IconNotify();
validatorAction.AddValidateAction(characterTypeValidator,action);
validatorAction.GetValidateAction(characterTypeValidator,0).SetIconAlignment("left");
参照

IconNotify オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.