Skip to main content

XSalToolbar

Namespace: PPJ.Runtime.XSal

Assembly: PPJ.Runtime.XSal.49 (4.9.0.0)

XSal Toolbar panel. One instance of this class is created for each of the four dockable sides of the form: top, left, right, bottom.

public class XSalToolbar : Panel, ISalAccessory

Constructors

Instance memberXSalToolbar(name, side)

Creates a new toolbar panel.

NameTypeDescription
nameString
sideSide

Properties

Static memberAppearance

ToolBarAppearance: Returns/Sets a value that determines the appearance of the toolbar.

Instance memberToolbarSide

Side: Returns the side of this toolbar.

Static memberUseVisualStyleBackColor

Boolean: Returns/Sets the flag that determines if the background of the toolbar is drawn using visual styles, if supported.

Methods

Static memberGetToolbars(form)

Returns the 4 toolbars (top, left, right, bottom) created for the specified form.

ParameterTypeDescription
formForm

Returns: XSalToolbar[].

Static memberGetToolboxes(form)

Returns all the toolboxes for the specified form.

ParameterTypeDescription
formForm

Returns: XSalToolbox[].

Implements

NameDescription
ISalAccessory