RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlAction.EnableDropdown Property

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

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

Use EnableDropdown to set or check whether the drop-down menu assigned to this action 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!