The SalFormClientArea type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SalFormClientArea | Initializes a new instance of the SalFormClientArea class |
Methods
| Name | Description | |
|---|---|---|
| OnMouseDown | (Overrides Control..::..OnMouseDown(MouseEventArgs).) | |
| OnPaintBackground |
Fires the internal PaintBackground event.
This allows the handler component to take over the background painting
of the form. This is primarily used to allow the SalQuickTabs control
to paint transparent backgrounds.
(Overrides ScrollableControl..::..OnPaintBackground(PaintEventArgs).) | |
| ScrollToControl | (Overrides ScrollableControl..::..ScrollToControl(Control).) | |
| SetVisibleCore | (Overrides Control..::..SetVisibleCore(Boolean).) | |
| WndProc |
Redirect Windows message to the parent form.
(Overrides ScrollableControl..::..WndProc(Message%).) |
Fields
| Name | Description | |
|---|---|---|
| sendingWMSize |
This flag is added as a quick and very uggly sulution to the problem that multipple WM_Size
messages is sent for a form window with accessories is enabled.
The member is used by the ApplicationForms.cResize class and can be removed once the resize logic
is exchanged by anchoring.
|
Properties
| Name | Description | |
|---|---|---|
| Create |
Determines whether the accessory control will be created at runtime.
| |
| CreateParams | (Overrides Panel..::..CreateParams.) |
Events
| Name | Description | |
|---|---|---|
| PaintBackground |