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

SalContext(ctrl)

Constructs a new SalContext and pushes it on the stack.

Name
Type
Description

ctrl

Target control on which to execute the call.

SalContext(ctrl, root)

Constructs a new SalContext and pushes it on the stack.

Name
Type
Description

ctrl

Target control on which to execute the call.

SalContext(ctrl, locals)

Constructs a new SalContext and pushes it on the stack.

Name
Type
Description

ctrl

Target control on which to execute the call.

SalContext(module)

Constructs a new SalContext and pushed it on the stack.

Name
Type
Description

Properties

Control

Controlarrow-up-right: Returns the target control of the messages that created this context.

Current

SalContextarrow-up-right: Returns the current context at the top of the stack.

Disposed

Booleanarrow-up-right: Returns true if the SalContext has been disposed of (out of scope).

Module

Assemblyarrow-up-right: Returns the module that created the control in context.

Methods

Dispose()

Last updated