XSalToolbar
PPJ.Runtime.XSal.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 : PanelPublic Class XSalToolbar
Inherits PanelConstructors
XSalToolbar(name, side)
Creates a new toolbar panel.
Properties
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[].
Last updated