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.
- C#
- VB.NET
public class SalContext : IDisposable
Public Class SalContext
Inherits IDisposable
Constructors
SalContext(ctrl)
Constructs a new SalContext and pushes it on the stack.
| Name | Type | Description |
|---|---|---|
| ctrl | Control | 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 | Control | Target control on which to execute the call. |
| root | Boolean |
SalContext(ctrl, locals)
Constructs a new SalContext and pushes it on the stack.
| Name | Type | Description |
|---|---|---|
| ctrl | Control | Target control on which to execute the call. |
| locals | Object |
Properties
Disposed
Boolean: Returns true if the SalContext has been disposed of (out of scope).
Methods
Dispose()
Dispose SalContext