GrapeCity.Win.Bars 名前空間 > GcClassicFunctionKey クラス : AllowButtonEffect プロパティ |
AllowButtonEffectプロパティは、キーボードでファンクションキーを押したときやマウスでボタンをクリックしたときに、ボタンが押されたように描画を変更するかどうかを設定します。
ボタン表示を変更するかどうかは、InteractiveMouseプロパティの設定によっても変化します。AllowButtonEffectプロパティとInteractiveMouseプロパティの設定により、ボタンの描画は次のようになります。
AllowButtonEffect | InteractiveMouse | キー押下 | マウスクリック |
---|---|---|---|
True | True | ○ (ボタンが変化) | ○ (ボタンが変化) |
True | False | ○ (ボタンが変化) | × |
False | True | × | × |
False | False | × | × |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2