Share via


LB_SETANCHORINDEX (Compact 2013)

3/28/2014

This message is sent by an application to set the position of the anchor item.

Syntax

LB_SETANCHORINDEX wParam = (WPARAM) index; 
    lParam = 0;

Parameters

  • index
    Index of the new anchor item.
  • lParam
    Not used.

Return Value

Zero indicates success. LB_ERR indicates failure.

Requirements

Header

winuser.h

See Also

Reference

List Box Messages
LB_GETANCHORINDEX