RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

BaseWindow..::..SetControlReadOnlyMode Method

Sets the control read only mode.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public virtual void SetControlReadOnlyMode(
	Control control,
	bool readOnlyValue
)
Public Overridable Sub SetControlReadOnlyMode ( _
	control As Control, _
	readOnlyValue As Boolean _
)
public:
virtual void SetControlReadOnlyMode(
	Control^ control, 
	bool^ readOnlyValue
)

Parameters

control
Type: Control
The control.
readOnlyValue
Type: Boolean
if set to true [read only value].