RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolButton.EnableDropdown Property

Controls whether the drop-down menu assigned to this button is enabled.

Pascal
property EnableDropdown: Boolean;
C++
__property Boolean EnableDropdown;

Use EnableDropdown to check whether the drop-down menu assigned to this button is available for the user. To disable a drop-down menu, set EnableDropdown to False. To enable a drop-down menu, set EnableDropdown to True.  

The default value for EnableDropdown is False.

Note: This is available on Windows Vista only.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!