SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Sets the input focus to a control on the built-in tool bar for editing by the user.
| VB.NET | object.ToolBarEdit(ByVal Location As SftPrintPreviewToolBarEditConstants) |
| VB | object.ToolBarEdit(ByVal Location As SftPrintPreviewToolBarEditConstants) |
| C#.NET | void object.ToolBarEdit(SftPrintPreviewToolBarEditConstants Location); |
| VC++ | HRESULT object->ToolBarEdit(enum SftPrintPreviewToolBarEditConstants Location); |
| C | HRESULT object->raw_ToolBarEdit(enum SftPrintPreviewToolBarEditConstants Location); |
object
Location
Defines the control to receive the input focus.
| Name | Value | Description |
|---|---|---|
| toolBarEditSftPrintPreviewPage | 0 | Page - The edit control used to enter the current page number receives the input focus. |
| toolBarEditSftPrintPreviewZoom | 1 | Zoom - The combo box used to enter the zoom factor receives the input focus. |
The ToolBarEdit method sets the input focus to a control on the built-in tool bar for editing by the user.
This method is typically used to allow access to editable tool bar fields from an application's menu.
See Also SftPrintPreview Object | Object Hierarchy
