JVCL Help:TJvCustomGraphicButton.ForceSameSize

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether all buttons should have the same size.


Pascal

 propertyForceSameSize: Boolean;


Description

Set ForceSameSize to true for all buttons that should have the same size. When the size of one of the buttons changes, all the other buttons assume the same size. ForceSameSize only affects buttons on the same form that either handle the CM_FORCESIZE message (VCL) or are of the same class (VisualCLX) and that also have their ForceSameSize property set to true.


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