JVCL Help:TJvCaptionPanel.Buttons
JVCL Help: TJvCaptionPanel.Buttons Property
Search in JVCL Help
Search in all projectsSummary
Determines which caption buttons to use.
Pascal
propertyButtons: TJvCapBtnStyles;
Description
Buttons indicates which buttons are to be shown in the caption bar of the panel. The style indicates the icon to be shown in the button. The button will not result in any action other than specified in OnButtonClick event handler.
Buttons are shown in this order (left to right for top and bottom bars, bottom to top for left bars and top to bottom for right bars):
- Help
- Minimize
- Restore
- Maximize
- Close
Buttons are always aligned to the right, top or bottom edge of the caption bar, depending on the position of the bar.
See Also
TJvCaptionPanel.CaptionPosition, TJvCaptionPanel.OnButtonClick
About
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