Click or drag to resize

EditCheckBoxSetValue Method

Overload List
  NameDescription
Public methodSetValue(Boolean)
Sets edit object check box value
Public methodSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Inherited from DependencyObject.)
Top
See Also