File Viewer Toolbar Buttons
A file viewer must include a toolbar with a single button tied to the Open
File for Editing menu item on the File menu described previously. The image in
this button is a 16- by 15-pixel bitmap derived from the icon of the application
that would be started if the user opened the file from the shell (using the
shell's association route). The image is obtained by calling the
SHGetFileInfo function with the path of the file. If this function fails, a file viewer can
include a button that contains its own image and attempt to start the parent
application, or the file viewer can remove the button and disable the Open File
for Editing menu item on the File menu. This single button must be the leftmost
item on the toolbar and must be separated from any other buttons that are
specific to the file viewer.
Other buttons should correspond roughly to the functions present in the file
viewer menus. A file viewer that supports a Font menu item should have Increase
Font Size and Decrease Font Size buttons. Other file viewer classes may need to
include printing and rotation buttons on the toolbar.
A standard toolbar button is the Replace Window button. The default behavior
for file viewers is for a new file viewer instance to be created whenever the
user chooses the Quick View menu item. When the Replace Window button is toggled
to the on position, however, a new instance is not created; instead, the
contents of the relevant file viewer window are replaced by a view of the new file.
All buttons should have a corresponding tooltip control that displays some
context information when the mouse cursor is positioned on the button. The
standard Windows 95 toolbar control provides built-in support for tooltip controls
such that you only have to provide the text string. <> The following illustration
shows a tooltip control for a toolbar button.
The recommended tooltip strings for various toolbar buttons follow.
Toolbar button
| Tooltip string
|
Open File for Editing
| "Open File for Editing"
|
Font Increase
| "Increase Font Size"
|
Font Decrease
| "Decrease Font Size"
|
Small View
| "Toggle view size"
|
Landscape
| "Toggle portrait/landscape"
|
Rotate [Again]
| "Rotate image 90 degrees"
|
Replace Window
| "Replace Window"
|
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database