TCustomdxBarCombo.OnGetDropDownWindow Event
Allows you to create custom drop-down windows.
Declaration
property OnGetDropDownWindow: TdxBarGetDropDownWindowEvent read; write;
Remarks
The OnGetDropDownWindow
event occurs every time the DropDownWindow property getter returns a handle of the drop-down combo box window.
See Also