Table of Contents

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

DependencyProperty

OnlyShowOnFocusProperty

The hint property

public static readonly DependencyProperty OnlyShowOnFocusProperty

Field Value

DependencyProperty

SuppressProperty

Framework use only.

public static readonly DependencyProperty SuppressProperty

Field Value

DependencyProperty

UsePopupProperty

The hint property

public static readonly DependencyProperty UsePopupProperty

Field Value

DependencyProperty

Methods

GetBackground(DependencyObject)

public static Brush GetBackground(DependencyObject element)

Parameters

element DependencyObject

Returns

Brush

GetOnlyShowOnFocus(DependencyObject)

public static bool GetOnlyShowOnFocus(DependencyObject element)

Parameters

element DependencyObject

Returns

bool

GetSuppress(DependencyObject)

Framework use only.

public static bool GetSuppress(DependencyObject element)

Parameters

element DependencyObject

Returns

bool

GetUsePopup(DependencyObject)

public static bool GetUsePopup(DependencyObject element)

Parameters

element DependencyObject

Returns

bool

SetBackground(DependencyObject, Brush)

public static void SetBackground(DependencyObject element, Brush value)

Parameters

element DependencyObject
value Brush

SetOnlyShowOnFocus(DependencyObject, bool)

public static void SetOnlyShowOnFocus(DependencyObject element, bool value)

Parameters

element DependencyObject
value bool

SetSuppress(DependencyObject, bool)

Framework use only.

public static void SetSuppress(DependencyObject element, bool value)

Parameters

element DependencyObject
value bool

SetUsePopup(DependencyObject, bool)

public static void SetUsePopup(DependencyObject element, bool value)

Parameters

element DependencyObject
value bool