XSalToolbox
Namespace: PPJ.Runtime.XSal
Assembly: PPJ.Web.XSal.49 (4.9.0.0)
- C#
- VB.NET
public class XSalToolbox : SalDialogBox
Public Class XSalToolbox
Inherits SalDialogBox
Constructors
XSalToolbox()
Properties
Position
ToolboxPositions: Returns/Sets the XSalToolbox position.
Methods
Create(name, form, position, flags)
Creates the specified toolbox.
| Parameter | Type | Description |
|---|---|---|
| name | String | |
| form | Form | |
| position | ToolboxPositions | |
| flags | ToolboxFlags |
Returns: XSalToolbox.
FromHandle(handle)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| handle | SalWindowHandle |
Returns: XSalToolbox.
FromName(form, name)
Finds the toolbox control in the parent.
| Parameter | Type | Description |
|---|---|---|
| form | Form | |
| name | String |
Returns: XSalToolbox.
GetMetrics(type)
Returns metrics values for the XSalToolbar class.
| Parameter | Type | Description |
|---|---|---|
| type | ToolbarMetrics | ToolbarMetrics to return. |
Returns: Int32.
SetMetrics(value, type)
Saves metrics values for the XSalToolbar class.
| Parameter | Type | Description |
|---|---|---|
| value | Int32 | The new value. |
| type | ToolbarMetrics | ToolbarMetrics to change. |
Implements
| Name | Description |
|---|---|
| ISalWindow |