Skip to main content

AccessoryType

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.50 (5.0.0.0)

Identifies the role of an accessory attached to a SAL form.

public enum AccessoryType : Enum

Fields

NameDescriptionValue
ClientAreaThe client area that contains form controls.
MainMenuThe form's main menu.
OtherAn accessory without a predefined role.
StatusBarA status bar displaying form status.
ToolBarA toolbar containing form commands.

Used By

NameDescription
ISalAccessory.AccessoryTypeGets the role that this accessory performs in its form.