Skip to main content

SalContext

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Synchronizes the Sys.hWndItem, Sys.hWndForm and Sys.hWndForm with the control handling the message.

public class SalContext : IDisposable

Constructors

Instance memberSalContext(ctrl)

Constructs a new SalContext and pushes it on the stack.

NameTypeDescription
ctrlControlTarget control on which to execute the call.

Instance memberSalContext(ctrl, root)

Constructs a new SalContext and pushes it on the stack.

NameTypeDescription
ctrlControlTarget control on which to execute the call.
rootBoolean

Instance memberSalContext(ctrl, locals)

Constructs a new SalContext and pushes it on the stack.

NameTypeDescription
ctrlControlTarget control on which to execute the call.
localsObject

Properties

Instance memberDisposed

Boolean: Returns true if the SalContext has been disposed of (out of scope).

Methods

Instance memberDispose()

Dispose SalContext