JVCL Help:TJvTVCheckBoxStyle

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates checkbox styles.

run\JvCheckTreeView.pas


Pascal

 run\JvCheckTreeView.pas
 TJvTVCheckBoxStyle = (
cbsNone,
cbsNative,
cbsJVCL
);


Members

Members Description
cbsNone Works like a normal tree view.
cbsNative With this option you can only display checkboxes and not radio buttons. You can't set up your own images using the StateImages/StateIndex properties of the tree view since this is overridden by the MS implementation
cbsJVCL With this option you can display any type of images by setting up your own StateImages image list and change the index properties for CheckBoxCheckedIndex, CheckBoxUnCheckedIndex, RadioButtonCheckedIndex and RadioButtonUnCheckedIndex.

run\JvCheckTreeView.pas


Description

TJvTVCheckBoxStyle is the type for the TJvTreeViewCheckBoxOptions.Style property.

run\JvCheckTreeView.pas


About

Navigation

no pages or subcategories

run\JvCheckTreeView.pas



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