TVirtualStringTree.CheckImageKind Property

Virtual Tree View

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

Pascal
property CheckImageKind: TCheckImageKind;
Description

CheckImageKind can be used to switch the image set, which should be used for the tree. Read the description about TCheckImageKind for a list of all images, which can be used. CheckImageKind can also be set to ckCustom, which allows to supply a customized set of images to the tree. In order to have that working you must assign an image list (TCustomImageList) to the CustomCheckImages property.

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