Visual Basic Shell Programming
only for RuBoard - do not distribute or recompile |
Chapter 6. Property Sheet Handlers
A standard set of properties is available for every file object via the Properties context menu or by selecting File
Microsoft Word is a good example of this functionality in action, as it adds four additional property pages to the standard dialog for its .doc file type. These additional property pages allow users to modify .doc file attributes like title, author, and subject of a document without having to start Microsoft Word. Figure 6.2, for instance, shows the Summary property sheet of a Microsoft Word .doc file, an interface element added by Word's property sheet handler.
Figure 6.1. Property page dialog
Figure 6.2. Word Summary property sheet
only for RuBoard - do not distribute or recompile |