프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsEnabledProperty | |||
IsValidProperty |
메소드 | 설명 | |
---|---|---|
GetIsEnabled ( |
Gets a value that indicates whether the ValidationHelper is enabled.
|
|
GetIsValid ( |
Gets a value that indicates whether the object is valid.
|
|
SetIsEnabled ( |
Sets the value that indicates whether the ValidationHelper is enabled. The default value is 'false'. It is not allowed to call this method with 'false'.
|
메소드 | 설명 | |
---|---|---|
CheckBindingMode ( BindingMode bindingMode ) : void | ||
InternalSetIsValid ( |
||
IsEnabledChangedCallback ( |
||
IsValidChangedCallback ( |
||
SetIsValid ( |
public static GetIsEnabled ( |
||
obj | The object to read the value from. | |
리턴 | bool |
public static GetIsValid ( |
||
obj | The object to read the value from. | |
리턴 | bool |
public static SetIsEnabled ( |
||
obj | The object to set the value to. | |
value | bool | if set to |
리턴 | void |
public static DependencyProperty,System.Windows IsEnabledProperty | ||
리턴 |