JVCL Help:TJvCapBtnStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCapBtnStyle type
Search in JVCL Help
Search in all projectsSummary
Type used to define the button kind of a TJvCaptionPanel button.
Pascal
run\JvCaptionPanel.pas
TJvCapBtnStyle = (
capClose,
capMax,
capMin,
capRestore,
capHelp
);
TJvCapBtnStyles = setof TJvCapBtnStyle;
Members
Members | Description |
capClose | The caption panel button is a close button. |
capMax | The caption panel button is a maximize button. |
capMin | The caption panel button is a minimize button. |
capRestore | The caption panel button is a restore button. |
capHelp | The caption panel button is a help button. |
Description
TJvCapBtnStyle is the type used to indicate the style of a TJvCapBtn, a button of a TJvCaptionPanel. The style determines the icon shown in the button, but does not influence the panel in anyway (For example, capClose will not close the panel when the button is clicked).
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page