Class ValidationAssist
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public static class ValidationAssist
- Inheritance
-
ValidationAssist
- Inherited Members
Fields
BackgroundProperty
public static readonly DependencyProperty BackgroundProperty
Field Value
OnlyShowOnFocusProperty
The hint property
public static readonly DependencyProperty OnlyShowOnFocusProperty
Field Value
SuppressProperty
Framework use only.
public static readonly DependencyProperty SuppressProperty
Field Value
UsePopupProperty
The hint property
public static readonly DependencyProperty UsePopupProperty
Field Value
Methods
GetBackground(DependencyObject)
public static Brush GetBackground(DependencyObject element)
Parameters
element
DependencyObject
Returns
GetOnlyShowOnFocus(DependencyObject)
public static bool GetOnlyShowOnFocus(DependencyObject element)
Parameters
element
DependencyObject
Returns
GetSuppress(DependencyObject)
Framework use only.
public static bool GetSuppress(DependencyObject element)
Parameters
element
DependencyObject
Returns
GetUsePopup(DependencyObject)
public static bool GetUsePopup(DependencyObject element)
Parameters
element
DependencyObject
Returns
SetBackground(DependencyObject, Brush)
public static void SetBackground(DependencyObject element, Brush value)
Parameters
element
DependencyObjectvalue
Brush
SetOnlyShowOnFocus(DependencyObject, bool)
public static void SetOnlyShowOnFocus(DependencyObject element, bool value)
Parameters
element
DependencyObjectvalue
bool
SetSuppress(DependencyObject, bool)
Framework use only.
public static void SetSuppress(DependencyObject element, bool value)
Parameters
element
DependencyObjectvalue
bool
SetUsePopup(DependencyObject, bool)
public static void SetUsePopup(DependencyObject element, bool value)
Parameters
element
DependencyObjectvalue
bool