-
Book Overview & Buying
-
Table Of Contents
Microsoft Visual C++ Windows Applications by Example
By :
Here follows a summary of the added menus, accelerators, toolbar buttons, and strings.
|
Id |
Menu Item |
Toolbar Accelerator |
String Table |
|---|---|---|---|
|
|
Edit\Cut |
|
Cut the selection and put it on the Clipboard\nCut |
|
|
Edit\Copy |
|
Copy the selection and put it on the Clipboard\nCopy |
|
|
Edit\Paste |
|
Insert Clipboard contents\nPaste |
|
|
Alignment\Left |
|
Horizontal Alignment Left\n Left Alignment |
|
|
Alignment\Center |
|
Horizontal Alignment Center\n Center Alignment |
|
|
Alignment\Right |
|
Horizontal Alignment Right\n Right Alignment |
|
|
Alignment\Justified |
|
Horizontal Alignment Justified \nJustified Alignment |
|
|
Format\Center |
Choose a Font\nFont |
As a paragraph can be split over several lines, the Line class keeps track of the first and last character index of the line as well as the height (in logical devices) of a line.
class Line...
Change the font size
Change margin width
Change background colour






