|
|
|
|
|
SftPrintPreview.ToolBarEdit Method |
Sets the input focus to a control on the built-in tool bar for editing by the user.
Syntax
|
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); |
||
|
Delphi |
procedure object.ToolBarEdit(Location : TOleEnum); |
object
A SftPrintPreview object.
Location
Defines the control to receive the input focus.
|
Name |
Value |
Description |
|
0 |
Page - The edit control used to enter the current page number receives the input focus. |
|
|
1 |
Zoom - The combo box used to enter the zoom factor receives the input focus. |
Comments
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.