From f838770236ca3a83938abd47c72db51c6d9724b5 Mon Sep 17 00:00:00 2001 From: ondrej Date: Sun, 20 Dec 2015 18:16:54 +0000 Subject: [PATCH] lcl: docs: TToolButton.ArrowClick+OnArrowClick git-svn-id: trunk@50960 - --- docs/xml/lcl/comctrls.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 597476cfc1..05aa6805f9 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -18806,6 +18806,9 @@ the comparision is case sensitive. Width of the drop down arrow button.Use a negative value (-1) for theme default. + Executed when user clicked the arrow part for Style=tbsDropDown.It is not executed if DropDownMenu is assigned. + Invokes the OnArrowClick event handlerExecuted automatically when user clicked the arrow part for Style=tbsDropDown and no DropDownMenu is assigned. +