PEWindowOptions contains information related to preview window options. This structure is used by PEGetWindowOptions, and PESetWindowOptions, to get and set preview window contents.
typedef struct PEWindowOptions {
WORD StructSize;
short hasGroupTree;
short canDrillDown;
short hasNavigationControls;
short hasCancelButton;
short hasPrintButton;
short hasExportButton;
short hasZoomControl;
short hasCloseButton;
short hasProgressControls;
short hasSearchButton;
short hasPrintSetupButton;
short hasRefreshButton;
short showToolbarTips;
short showDocumentTips;
short hasLaunchButton;
} PEWindowOptions;
Each member of type short can be set to TRUE, FALSE, or PE_UNCHANGED for no change.
Type PEWindowOptions
StructSize As Integer
hasGroupTree As Integer
canDrillDown As Integer
hasNavigationControls As Integer
hasCancelButton As Integer
hasPrintButton As Integer
hasExportButton As Integer
hasZoomControl As Integer
hasCloseButton As Integer
hasProgressControls As Integer
hasSearchButton As Integer
hasPrintSetupButton As Integer
hasRefreshButton As Integer
showToolbarTips As Integer
showDocumentTips As Integer
End Type
type
PEWindowOptions = record
StructSize: Word;
hasGroupTree: Smallint;
canDrillDown: Smallint;
hasNavigationControls: Smallint;
hasCancelButton: Smallint;
hasPrintButton: Smallint;
hasExportButton: Smallint;
hasZoomControl: Smallint;
hasCloseButton: Smallint;
hasProgressControls: Smallint;
hasSearchButton: Smallint;
hasPrintSetupButton: Smallint;
hasRefreshButton: Smallint;
showToolbarTips: Smallint;
showDocumentTips: Smallint;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |