TCustomdxBarComboControl.DropDownWindow Property
Determines the HWND handle of a dropdown window.
Declaration
property DropDownWindow: HWND read;
Property Value
Type |
---|
HWND |
Remarks
It returns the HWND handle of a dropdown window. This handle is used internally. To correctly define a dropdown window see the TCustomdxBarCombo.
See Also