SalContext

PPJ.Runtime.Windows.SalContext

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.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

Constructs a new SalContext and pushes it on the stack.

NameTypeDescription

ctrl

Target control on which to execute the call.

Constructs a new SalContext and pushes it on the stack.

NameTypeDescription

ctrl

Target control on which to execute the call.

root

Constructs a new SalContext and pushes it on the stack.

NameTypeDescription

ctrl

Target control on which to execute the call.

locals

Constructs a new SalContext and pushed it on the stack.

NameTypeDescription

module

Properties

Control: Returns the target control of the messages that created this context.

SalContext: Returns the current context at the top of the stack.

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

Assembly: Returns the module that created the control in context.

Methods

Last updated