Share

CAdUiPaletteSet::OnLButtonUp

C++

afx_msg void OnLButtonUp(
    UINT nFlags, 
    CPoint pt
);

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
nFlags Input flags
pt X and y coordinates of the cursor relative to the upper-left corner of the window

Links

CAdUiPaletteSet Class

Was this information helpful?