TCheckImageKind Enumeration

Virtual Tree View

Determines which images should be used for checkboxes and radio buttons.

Pascal
TCheckImageKind = (ckLightCheck, ckDarkCheck, ckLightTick, ckDarkTick, ckFlat, ckXP, ckCustom, ckSystem, ckSystemFlat);
Description

Provided with the tree are nine different image sets for the check images used when toCheckSupport is enabled in TreeOptions.

 

 

Eight of the nine lists are predefined while one is a custom check image list, which can be filled by the application. Use ckCustom as CheckImageKind value and assign an image list to the CustomCheckImages property to enable custom images. 

 

The order of the images in the image lists is always as listed below. Make sure you have the same amount of images in your custom image list, if you want own check images. 

 

 

 

Radio buttons: 

 

 

Check boxes: 

 

 

Node buttons: 

 

Members
Members 
Description 
ckLightCheck 
gray cross 
ckDarkCheck 
black cross 
ckLightTick 
gray tick mark 
ckDarkTick 
black tick mark 
ckFlat 
flat images (no 3D border) 
ckXP 
Windows XP style 
ckCustom 
application defined check images 
ckSystem 
System defined check images. 
ckSystemFlat 
Flat system defined check images. 
Group
File

VirtualTrees

Links
What do you think about this topic? Send feedback!