The SalFormClientArea type exposes the following members.

Constructors

  NameDescription
Public methodSalFormClientArea
Initializes a new instance of the SalFormClientArea class

Methods

  NameDescription
Protected methodOnMouseDown (Overrides Control..::..OnMouseDown(MouseEventArgs).)
Protected methodOnPaintBackground
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).)
Protected methodScrollToControl (Overrides ScrollableControl..::..ScrollToControl(Control).)
Protected methodSetVisibleCore (Overrides Control..::..SetVisibleCore(Boolean).)
Protected methodWndProc
Redirect Windows message to the parent form.
(Overrides ScrollableControl..::..WndProc(Message%).)

Fields

  NameDescription
Public fieldsendingWMSize
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

  NameDescription
Public propertyCreate
Determines whether the accessory control will be created at runtime.
Protected propertyCreateParams (Overrides Panel..::..CreateParams.)

Events

  NameDescription
Public eventPaintBackground

See Also