Difference between revisions of "NET:LavishVMAPI.Frame.Unlock"

From Lavish Software Wiki
Jump to navigation Jump to search
 
m (NET:LavishVMAPI.Frame.FrameUnlock moved to NET:LavishVMAPI.Frame.Unlock)
(No difference)

Revision as of 18:18, 19 January 2007

Overview

See Frame Locking.

FrameUnlock releases one acquired frame lock. There must be one unlock per lock.

Reference Library

Lavish.InnerSpace.dll

Fully Qualified Name

LavishVMAPI.Frame.FrameUnlock

Declaration

static public void FrameUnlock();

Parameters

None

Return Value

None

Examples

See Also