Skip to main content

TdxOfficeSearchBoxDropDownMenuPopulateEvent Type

The OnDropDownMenuPopulate event’s procedural type.

Declaration

TdxOfficeSearchBoxDropDownMenuPopulateEvent = procedure(Sender: TdxOfficeSearchBoxProperties; const ASearchText: string; ADropDownMenuItems: TdxBarItemLinks) of object;

Parameters

Name Type
Sender TdxOfficeSearchBoxProperties
ASearchText string
ADropDownMenuItems TdxBarItemLinks

Remarks

The Sender parameter provides access to the control that raised the event. The ASearchText parameter returns the control’s EditValue property value. You can use the ADropDownMenuItems parameter to access the popup menu link collection of the bar manager. The latter parameter is particularly useful for customization of the drop-down menu’s content.

See Also