Sets the lock.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
public void SetLock(
	bool bLock
)
Visual Basic (Declaration)
Public Sub SetLock ( _
	bLock As Boolean _
)
Visual C++
public:
virtual void SetLock(
	bool bLock
) sealed

Parameters

bLock
Type: System..::.Boolean
lock.

Implements

ISimpleEditor..::.SetLock(Boolean)

See Also