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

DataEntryGridDateHost..::..SetReadOnlyMode Method

Sets the read only mode.

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

Syntax


public bool SetReadOnlyMode(
	bool readOnlyMode
)
Public Function SetReadOnlyMode ( _
	readOnlyMode As Boolean _
) As Boolean
public:
bool^ SetReadOnlyMode(
	bool^ readOnlyMode
)

Parameters

readOnlyMode
Type: Boolean
if set to true [read only mode].

Return Value

true if XXXX, false otherwise.