System.Waf.Presentation.ValidationHelper.GetIsEnabled C# (CSharp) Méthode

GetIsEnabled() public static méthode

Gets a value that indicates whether the ValidationHelper is enabled.
public static GetIsEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject The object to read the value from.
Résultat bool
        public static bool GetIsEnabled(DependencyObject obj) { return (bool)obj.GetValue(IsEnabledProperty); }