PowerTools InputMan for ASP.NET 8.0J
SetInteractiveMouse メソッド
マウスクリックを有効にする場合はtrue、それ以外はfalse。
ボタンに対するマウスクリックを有効にするかどうかを設定します。
構文
var instance = new GCIM.GcFunctionKey(container, id);
var value; // Type: any

// パラメータ
var interactiveMouse; //タイプ: boolean

value = instance.SetInteractiveMouse(interactiveMouse);
function SetInteractiveMouse( 
   interactiveMouse : boolean
) : any;

パラメータ

interactiveMouse
マウスクリックを有効にする場合はtrue、それ以外はfalse。
参照

GcFunctionKey オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.