Share

CAdUiPalette::OnSetCursor

C++

afx_msg BOOL OnSetCursor(
    CWnd * pwnd, 
    UINT nHitTest, 
    UINT msg
);

Description

Overrides of the Windows message handler. Further overriding in derived classes may affect the CAdUiPalette functionality if the base CAdUiPalette class method is not called in the derived class override.

Parameters

Parameters Description
pwnd See Microsoft documentation for description
nHitTest See Microsoft documentation for description
msg See Microsoft documentation for description

Links

CAdUiPalette

Was this information helpful?