MESCIUS InputMan for ASP.NET 10.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 タイプ

 

 


© MESCIUS inc. All rights reserved.