System.Waf.Presentation.ValidationHelper.GetIsEnabled C# (CSharp) Метод

GetIsEnabled() публичный статический Метод

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.
Результат bool
        public static bool GetIsEnabled(DependencyObject obj) { return (bool)obj.GetValue(IsEnabledProperty); }