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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
An application communicates with the SftPrintPreview/DLL control by sending messages using the Windows SendMessage function. To simplify the process, SftPrintPreview/DLL offers predefined macros for messages. This eliminates the casting of parameters and the use of SendMessage.
Name | Description |
---|---|
SftPrintPreview_CheckMarginsPrintable | Returns whether the specified margins are within the printer's printable area. |
SftPrintPreview_CheckMarginsPrintableExternal | Returns whether the specified margins are within the printer's printable area. |
SftPrintPreview_DefaultPrinter | Restores the default printer for this application. |
SftPrintPreview_GetBitmapSize | Retrieves the display and print size of a device dependent bitmap. |
SftPrintPreview_GetControlInfo | Retrieves the Print Preview control attributes. |
SftPrintPreview_GetCtlColors | Retrieves the Print Preview control's color attributes. |
SftPrintPreview_GetCurrentPrinter | Returns the current printer name and a string representing printer settings. |
SftPrintPreview_GetDefaultPrinter | Returns the default printer as defined by Windows. |
SftPrintPreview_GetOrientation | Returns the current printer's page orientation. |
SftPrintPreview_GetPrinterInfo | Retrieves the current printer settings. |
SftPrintPreview_HitTest | Determines the area at a given location. |
SftPrintPreview_IsDefaultPrinterExternal | Returns whether the passed printer structure defines the default printer. |
SftPrintPreview_PageSetup | Invokes the built-in Page Setup dialog, used to define the page layout (margins, headers, etc.). |
SftPrintPreview_Print | Prints the contents. |
SftPrintPreview_PrintBitmap | Displays/prints a device dependent bitmap. |
SftPrintPreview_PrintDialog | Invokes the Print dialog for printer and page range selection. |
SftPrintPreview_PrintSetup | Invokes the Print Setup dialog for printer settings definition. |
SftPrintPreview_PrintSetupExternal | Invokes the Print Setup dialog for printer settings definition. |
SftPrintPreview_RegisterApp | Registers the calling application for use of SftPrintPreview/DLL controls. |
SftPrintPreview_RenderRicheditWindow_Callback | Implements a callback used to print/preview RichEdit controls. |
SftPrintPreview_Restart | Forces the repositioning of all preview pages and clearing of any cached information. |
SftPrintPreview_SetControlInfo | Defines the Print Preview control attributes. |
SftPrintPreview_SetCtlColors | Defines the Print Preview control's color attributes. |
SftPrintPreview_SetCurrentPrinter | Defines the current printer and optionally defines printer settings. |
SftPrintPreview_SetPrinterInfo | Defines the current printer settings. |
SftPrintPreview_ToolBarEdit | Sets the input focus to a control on the built-in tool bar for editing by the user. |
SftPrintPreview_UnregisterApp | Unregisters the application from SftPrintPreview/DLL. |
SftPrintPreview_Zoom | Redefines the preview layout. |
SftPrintPreview_ZoomIn | Redefines the preview location (zooming in or out). |
SftPrintPreview_ZoomReset | Restores a multi-page preview. |
See Also C++ Classes | Notifications