RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

IDbMaintenanceProcessor..::..SetControlReadOnlyMode Method

Sets the control read only mode.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


bool SetControlReadOnlyMode(
	Control control,
	bool readOnlyValue
)
Function SetControlReadOnlyMode ( _
	control As Control, _
	readOnlyValue As Boolean _
) As Boolean
bool^ SetControlReadOnlyMode(
	Control^ control, 
	bool^ readOnlyValue
)

Parameters

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

Return Value

true if XXXX, false otherwise.