Skip to main content
Version: 2023

XSalToolbar

Namespace: PPJ.Runtime.XSal

Assembly: PPJ.Web.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

Constructors

Instance memberXSalToolbar(name, side)

Creates a new toolbar panel.

NameTypeDescription
nameString
sideSide

Properties

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[].