PowerTools InputMan for ASP.NET 8.0J
InteractiveMouse プロパティ

ボタンに対するマウスクリックを有効にするかどうかを取得または設定します。
構文
Public Property InteractiveMouse As Boolean
public bool InteractiveMouse {get; set;}

プロパティ値

既定値:True
解説
InteractiveMouseプロパティがTrueの場合、ボタンをマウスでクリックするとFunctionKeyDownイベントが発生します。InteractiveMouseプロパティがFalseの場合は、ボタンをマウスでクリックしても何も起こりません(ボタンの外観も変更されず、イベントも発生しません)。
参照

GcFunctionKey クラス
GcFunctionKey メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.