Sets the control read only mode.
Namespace:
RingSoft.DbLookup.Controls.WPF
Assembly:
RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
public void SetControlReadOnlyMode(
Control control,
bool readOnlyValue
)
Public Sub SetControlReadOnlyMode ( _
control As Control, _
readOnlyValue As Boolean _
)
public:
void SetControlReadOnlyMode(
Control^ control,
bool^ readOnlyValue
)
Parameters
- control
- Type: Control
The control.
- readOnlyValue
- Type: Boolean
if set to true [read only value].