ExtensionMethods..::..SetAllChildControlsReadOnlyMode Method
Sets all child controls read only mode.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public static void SetAllChildControlsReadOnlyMode( this DependencyObject parent, bool readOnlyValue )
<ExtensionAttribute> _ Public Shared Sub SetAllChildControlsReadOnlyMode ( _ parent As DependencyObject, _ readOnlyValue As Boolean _ )
[ExtensionAttribute] public: static void SetAllChildControlsReadOnlyMode( DependencyObject^ parent, bool^ readOnlyValue )
Parameters
- parent
- Type: DependencyObject
The parent.
- readOnlyValue
- Type: Boolean
if set to true [read only value].