Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6563785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:53:22+00:00 2026-05-25T13:53:22+00:00

I have created a UserControl which has a button inside and also a style

  • 0

I have created a UserControl which has a button inside and also a style for the button. The style sets the button background upon a mouse over trigger. Now i’ve added an dependency property of type ICommand and sets the button command to this new property. The command binding works properly however when custom control is disabled (canexecute = false) the mouse over trigger still changes the background.

I’ve tried changing the mouse over trigger like this but it doesn’t work:

<MultiTrigger.Conditions>
    <Condition Property="IsMouseOver" Value="True"/>
    <Condition Property="IsEnabled" Value="True"/>
</MultiTrigger.Conditions>
<Setter Property="Background" Value="Orange"/>
</MultiTrigger>

Can anyone help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T13:53:23+00:00Added an answer on May 25, 2026 at 1:53 pm

    I think that the IsEnabled property you refer to in the Condition is the property of the Control, not the Button. So the Control is Enabled, and that’s why the trigger conditions are true. To access the button you may try using Relative Source Markup Extension.
    You may try something like:

    <Condition Binding="{Binding RelativeSource={RelativeSource
                                     AncestorType={x:Type Button}},
                                 Path=IsEnabled}"
               Value="True"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a UserControl that has a ListView in it. The ListView is
I have created a UserControl that has 3 panels. What I what to do
Hi I have created a user control which is inside a folder called Controls
I am creating a UserControl in Silverlight 4 which has a watermarked background. The
I have a Main Window which has a Grid. On Button Click Events, I
I've created a UserControl called CatalogBrowser which has a property ListedFamilies that exposes the
I have created a special User Control which inherits KeyValuePair. Inside my ViewModel, there
I have a usercontrol which has a couple of textblocks on it <UserControl x:Class=Tester.Messenger
I have created a user control (CheckedDirTree) that exposes a CheckedFolder property which in
I have created a UserControl called AutorControl with a method to clear its textbox:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.