CSmartDockingInfo::m_uiMarkerLightBmpResID

Defines the resource IDs of the bitmaps that are used for highlighted custom smart docking markers.

UINT m_uiMarkerLightBmpResID[AFX_SD_MARKERS_NUM];

Remarks

Fill this array with the resource IDs of the bitmaps representing the highlighted smart docking markers. AFX_SD_MARKERS_NUM is currently defined as 5. You fill the array as follows:

params.m_uiMarkerLightBmpResID[0] = IDB_MARKER_LEFT_LIGHT;

params.m_uiMarkerLightBmpResID[1] = IDB_MARKER_RIGHT_LIGHT;

params.m_uiMarkerLightBmpResID[2] = IDB_MARKER_TOP_LIGHT;

params.m_uiMarkerLightBmpResID[3] = IDB_MARKER_BOTTOM_LIGHT;

params.m_uiMarkerLightBmpResID[4] = IDB_MARKER_CENTER_LIGHT;

Requirements

Header: afxDockingManager.h

See Also

Reference

CSmartDockingInfo Class

Hierarchy Chart