Skip to main content

SalFormClientArea

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Replicates SAL form's client area when accessories are enabled.

public class SalFormClientArea : Panel, ISalAccessory, ISalWindow

Constructors

Instance memberSalFormClientArea()

Constructor

Properties

Instance memberCreate

Boolean: Determines whether the accessory control will be created at runtime. (Default: True)

Events

Instance memberPaintBackground

PaintEventHandler fired when the form needs to paint the background, this event is missing from WinForms.

Implements

NameDescription
ISalAccessoryAccessories controls (toolbar, status bar and client area) implement this interface.
ISalWindowAll Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.