CPane::SetClientHotSpot

Sets the hot spot for the pane.

void SetClientHotSpot(
   const CPoint& ptNew
);

Parameters

  • [in] ptNew
    A CPoint object that specifies the new hot spot.

Remarks

The hot spot is the point on the pane that the user selects and holds to move the pane. A hot spot is used for smooth animation when the pane is dragged from a docked position.

Requirements

Header: afxpane.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CPane Class

CPane::GetClientHotSpot