JVCL Help:TJvTreeViewCheckBoxOptions.Style
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTreeViewCheckBoxOptions.Style Property
[+] TJvTreeViewCheckBoxOptions Methods
[+] TJvTreeViewCheckBoxOptions Properties
Search in JVCL Help
Search in all projectsSummary
Specifies what checkbox implementation to use.
Pascal
propertyStyle: TJvTVCheckBoxStyle;
Description
Use Style to specify if checkboxes are to be displayed and what implementation to use. To use the JVCL implementation, set Style to cbsJVCL, to use Microsoft's native implementation, set Style to cbsNative. To disable any checkboxes, set Style to cbsNone. When Style is cbsNone, the control works like a normal tree view.
For a more in-depth explanation of the Style property, see the help topic for TJvTVCheckBoxStyle.
See Also
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