C++
BOOL HitTest( CPoint pt, UINT& nFlag, DWORD& dwData );
Description
Returns true if pt is within the window rectangle of the palette set; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
pt | Point to test (in palette set client coordinates) |
nFlag | Output location of the point passed in when the function returns; one of the CAdUiPaletteSet hit-test constants |
dwData | Output palette tab index if nflag is ADUI_HT_TABS |