Project: About Box Component
Unit: PJAbout.
Class: TPJAboutBoxDlg
Applies to: ~>3.6
property ButtonGlyph: TPJAboutBtnGlyphs;
type TPJAboutBtnGlyphs = (
abgOK, abgCancel, abgIgnore, abgClose, abgNone
);
The About box contains one button which is used to close the dialog box. The button can display a glyph (bitmap) to indicate its use. This property is used to determine which (if any) glyph to display. Valid values for the property and their meanings are as follows:
Value | Meaning |
---|---|
abgOK | A green check mark appears on the button face. |
abgCancel | A red cross appears on the button face. |
abgIgnore | A green man walking away appears on the button face. |
abgClose | A door appears on the button face. |
abgNone | No glyph is displayed on the button. |
ButtonGlyph defaults to abgNone.