ISalWindow

PPJ.Runtime.Windows.ISalWindow

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.

public interface ISalWindow

Properties

Object: Returns the instance that inherits this object as a second base class.

SalNamedProperties: Returns the NamedProperties collection.

Methods

Attaches all the handlers attached to the MessageActions event to the target's MessageActions event.

Returns the implementation object.

Returns: SalWindow.

Returns the windows' type.

Returns: Int32. One of the TYPE_* constants.

Events

WindowActionsEventHandler Fired for all SAM and custom events coming from the original application. Replaces the MessageActions event.

Implemented By

Last updated