The flags in this bitmap field allow you to remove objects from the toolbar (and only apply if TXF_TOOLBAR is specified in the main flags parameter.
Symbol |
Value |
Item being Removed |
---|---|---|
TXTB_ROW1 |
&h00000001 |
Entire first row of toolbar |
TXTB_NEW |
&h00000002 |
File | New button |
TXTB_OPEN |
&h00000004 |
File | Open button |
TXTB_SAVE |
&h00000008 |
File | Save button |
TXTB_PRINT |
&h00000010 |
File | Print button |
TXTB_PREVIEW |
&h00000020 |
File | Preview button |
TXTB_CLIPBOARD |
&h00000040 |
Clipboard buttons (cut, copy, paste) |
TXTB_UNDOREDO |
&h00000080 |
Undo/redo buttons |
TXTB_FIND |
&h00000100 |
Search (binoculars) button |
TXTB_DATE |
&h00000200 |
Insert-date button |
TXTB_PAGENUM |
&h00000400 |
Insert-page # button |
TXTB_PAGECOUNT |
&h00000800 |
Insert-page count button |
TXTB_SHOWMARKS |
&h00001000 |
Show marks (e.g. paragraph) button |
TXTB_HELP |
&h00002000 |
Help button |
TXTB_ZOOM |
&h00004000 |
Zoom button |
Flags (second row) |
|
|
TXTB_ROW2 |
&h00010000 |
Entire second row of toolbar |
TXTB_STYLE |
&h00020000 |
Paragraph style dropdown |
TXTB_FONTFACE |
&h00040000 |
Font typeface dropdown |
TXTB_POINTSIZE |
&h00080000 |
Font point size dropdown |
TXTB_CHARATTR |
&h00100000 |
Bold/italics/underline buttons |
TXTB_ALIGN |
&h00200000 |
Alignment buttons |
TXTB_NUMLIST |
&h00400000 |
Numbered list button |
TXTB_BULLETS |
&h00800000 |
Bullet list button |
TXTB_INDENT |
&h01000000 |
Indent buttons |
TXTB_SHOW_HIDE |
&h80000000 |
May be used in conjunction with TXF_RULER, TXF_TOOLBAR and/or TXF_STATUS to automatically remove the ruler, toolbar and status ribbon when the control is in-active, and re-display them when the control is re-activated via TXOP_REEDIT. |
Definition file: ashinc:xtext.def |
||
Documentation can be imperfect. Only rely on definition file. |