Skip to main content
Version: 2025

AccessoryType

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Identifies the role of a SAL form accessory.

public enum AccessoryType : Enum

Fields

NameDescriptionValue
ClientAreaThe form's client-area container.
MainMenuThe form's main menu.
SplitContainerA container that divides the form into resizable panels.
StatusBarA form status bar.
ToolBarA form toolbar.

Used By

NameDescription
ISalAccessory.AccessoryTypeGets the role this accessory serves in its owning form.