Skip to main content
Version: 2025

XSalToolbox

Namespace: PPJ.Runtime.XSal

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

public class XSalToolbox : SalDialogBox

Constructors

Instance memberXSalToolbox()

Properties

Instance memberPosition

ToolboxPositions: Returns/Sets the XSalToolbox position.

Methods

Static memberCreate(name, form, position, flags)

Creates the specified toolbox.

ParameterTypeDescription
nameString
formForm
positionToolboxPositions
flagsToolboxFlags

Returns: XSalToolbox.

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: XSalToolbox.

Static memberFromName(form, name)

Finds the toolbox control in the parent.

ParameterTypeDescription
formForm
nameString

Returns: XSalToolbox.

Static memberGetMetrics(type)

Returns metrics values for the XSalToolbar class.

ParameterTypeDescription
typeToolbarMetricsToolbarMetrics to return.

Returns: Int32.

Static memberSetMetrics(value, type)

Saves metrics values for the XSalToolbar class.

ParameterTypeDescription
valueInt32The new value.
typeToolbarMetricsToolbarMetrics to change.

Implements

NameDescription
ISalWindow