TCustomdxBarCombo.DropDownWindow Property
Specifies the HWND handle of a dropdown window.
Declaration
property DropDownWindow: HWND read;
Property Value
Type |
---|
HWND |
Remarks
This property stores the handle of a dropdown window. This handle is set within the OnGetDropDownWindow event handler.
See Also