Share

CAdUiPaletteSet::OnNcHitTest

C++

afx_msg LRESULT OnNcHitTest(
    CPoint point
);

Description

Overrides the Windows message handler.

Overriding this function in a derived class may affect CAdUiPaletteSet functionality if the CAdUiPaletteSet base class function is not called in the override.

Parameters

Parameters Description
point X and y coordinates of the cursor

Links

CAdUiPaletteSet Class

Was this information helpful?