TShellTreeView: publish properties StateImages, OnGetImageIndex and OnGetSelectedIndex. Patch by wp. Issue #0028539

git-svn-id: trunk@49686 -
This commit is contained in:
bart 2015-08-19 09:09:08 +00:00
parent 66ea864afe
commit e9b079631b

View File

@ -135,6 +135,7 @@ type
property ShowHint;
property ShowLines;
property ShowRoot;
property StateImages;
property TabOrder;
property TabStop default True;
property Tag;
@ -156,6 +157,8 @@ type
property OnExit;
property OnExpanded;
property OnExpanding;
property OnGetImageIndex;
property OnGetSelectedIndex;
property OnKeyDown;
property OnKeyPress;
property OnKeyUp;