Skip to main content

XSalToolbox

Namespace: PPJ.Runtime.XSal

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

public class XSalToolbox : SalDialogBox, IMessageFilter

Constructors

Instance memberXSalToolbox()

Properties

Instance memberFlags

ToolboxFlags: Returns/Sets the XSalToolbox flags.

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 memberSetMetrics(value, type)

Saves metrics values for the XSalToolbar class.

ParameterTypeDescription
valueInt32
typeToolbarMetrics

Instance memberUpdateLayout()

Updates the layout of the child controls of the toolbox and of the parent toolbar.

Implements

NameDescription
ISalWindow