DropDown Event
Description
Occurs when the button is clicked and the button Style is set to xtpButtonDropDown, xtpButtonDropDownRight, or xtpButtonSplitDropDown.
Syntax
Public Event DropDown()
Remarks
The DropDown event is used to display a popup menu for the button.
-
If the Style is set to
xtpButtonDropDownorxtpButtonDropDownRight, the DropDown event is fired when the button is clicked anywhere on the button. -
If the Style is set to
xtpButtonSplitDropDown, the DropDown event is only fired when the "arrow" part of the split button is clicked. The Click event will be fired when the "button" part of the split button is clicked.
See Also
| Command Bars ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.