SalFormClientArea
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
A borderless, scrollable, fill-docked SAL form client area.
- C#
- VB.NET
public class SalFormClientArea : Panel, ISalAccessory, ISalWindow
Public Class SalFormClientArea
Inherits Panel
Implements ISalAccessory, ISalWindow
Example:
var accessory = new SalFormClientArea();
form.Controls.Add(accessory);
Constructors
SalFormClientArea()
Initializes a visible, borderless, fill-docked panel with scrolling enabled and TabStop disabled.
Properties
Create
Boolean: Gets or sets whether the accessory is enabled for creation/display. (Default: True)
Changing the property also sets Visible to the same value. False prevents designer visibility.
Methods
OnWebEvent(e)
Invokes inherited browser-event processing inside this accessory's SAL context.
| Parameter | Type | Description |
|---|---|---|
| e | WisejEventArgs | The browser event. |
SetVisibleCore(value)
Applies visibility while suppressing a disabled accessory in the designer.
| Parameter | Type | Description |
|---|---|---|
| value | Boolean | Requested visibility; forced false at design time when Create is false. |
Implements
| Name | Description |
|---|---|
| ISalAccessory | Identifies a form accessory and controls whether it is created at run time. |
| ISalWindow | Provides SAL window actions, named properties, and access to a window's runtime implementation. |