XSalToolbar
PPJ.Runtime.XSal.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
XSalToolbar(name, side)

Creates a new toolbar panel.
Properties
Appearance

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

Side: Returns the side of this toolbar.
UseVisualStyleBackColor

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

Returns the 4 toolbars (top, left, right, bottom) created for the specified form.
Parameter
Type
Description
Returns: XSalToolbar[].
GetToolboxes(form)

Returns all the toolboxes for the specified form.
Parameter
Type
Description
Returns: XSalToolbox[].
Implements
Name
Description
Last updated