ISalAccessory
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
Identifies a form accessory and controls whether it is created at run time.
- C#
- VB.NET
public interface ISalAccessory
Public Interface ISalAccessory
Example:
void EnableAccessory(PPJ.Runtime.Windows.ISalAccessory accessory)
{
accessory.Create = true;
}
Properties
AccessoryType
AccessoryType: Gets the role this accessory serves in its owning form.
Create
Boolean: Gets or sets whether the form should create this accessory at run time.
Implemented By
| Name | Description |
|---|---|
| SalFormClientArea | A borderless, scrollable, fill-docked SAL form client area. |
| SalFormStatusBar | A SAL form accessory displaying a configurable status-text panel. |
| SalFormToolBar | A top-docked SAL form accessory that hosts toolbar controls. |
| SalFormMainMenu | A SAL form menu with MDI replacement semantics and accessory behavior. |
| VisSplitter | |
| XSalHSplitter | |
| XSalSplitter | |
| XSalVSplitter |