Lock

Top  Previous  Next

Locks the current Screen content. Specially useful when checking the fields contents, call Lock() to prevent the fields contents to be modified when a new screen arrives from Host.

 

VB.NET

 

Screen.Lock

 

C#

 

Screen.Lock();

 

 

Parameters

 

None.