AccessoryType
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Identifies the role of an accessory attached to a SAL form.
- C#
- VB.NET
public enum AccessoryType : Enum
Public Enum AccessoryType As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| ClientArea | The client area that contains form controls. | |
| MainMenu | The form's main menu. | |
| Other | An accessory without a predefined role. | |
| StatusBar | A status bar displaying form status. | |
| ToolBar | A toolbar containing form commands. |
Used By
| Name | Description |
|---|---|
| ISalAccessory.AccessoryType | Gets the role that this accessory performs in its form. |