TCustomdxBarCombo.GetDropDownWindow Method
Returns the HWND handle of a dropdown window
Declaration
function GetDropDownWindow: HWND; virtual;
Returns
Type |
---|
HWND |
Remarks
This method generates the OnGetDropDownWindow event and returns the HWND handle of a dropdown window. Override this function to get the HWND handle of a dropdown window without writing a OnGetDropDownWindow event handler.
See Also