Top "Isenabled" questions

Gets or sets a value indicating whether this element is enabled in the user interface (UI).

Bind IsEnabled property to Boolean in WPF

I have a TextBox which needs to be enabled / disabled programmatically. I want to achieve this using a binding to …

c# wpf xaml binding isenabled
C# WPF IsEnabled using multiple bindings?

I have a WPF xaml file describing a section of a GUI and I'd like the enabling/disabling of a …

c# wpf binding combobox isenabled
WPF Button IsEnabled Based on ComboBox Selection Overwriting default style

I have a Button that is looking at 2 comboboxes to make sure they have a value before it is enabled. …

wpf xaml styles isenabled
WPF - IsEnabled Binding to DependencyProperty not working properly

I have a dependency property defined in my window as below: public static readonly DependencyProperty IsGenericUserProperty = DependencyProperty.Register("IsGenericUser", typeof (…

wpf button binding dependency-properties isenabled
How do you check whether a button is enabled or not in Android?

In Android I can set a button to be enabled or disabled by doing the following: button.setEnabled(true); or …

android button isenabled
WPF XAML Changing Image opacity on IsEnabled state

I would like to have the image to have an opacity of .50 when the IsEnabled is false. I have been …

wpf xaml user-controls opacity isenabled
Button.isEnabled() returns true even though the button is disabled by default

While testing I got a road block where I have a button in a WebPage which is disabled by default. …

java selenium selenium-webdriver isenabled
WPF element databinding for IsEnabled (but for false)

I'm a starter in WPF, and there's something I can't seem to figure out. I have a CheckBox that I …

wpf data-binding checkbox isenabled
Enable disable HTML table element with JQuery in disabled <TR>

I am creating a dynamic HTML table with JQuery. Sample code is below. var tbody=$("#myTable tbody"); var tableRow; if(…

jquery html disabled-control isenabled
Detect whether radio button is disabled or enabled

<asp:RadioButtonList ID="rdStatus" onclick="javacript:display();" runat="server" RepeatDirection="Vertical"> <asp:ListItem Text="Temporary Waiver" Value="…

jquery asp.net radio-button isenabled