Share via


TBM_SETSELEND (Windows CE 5.0)

Send Feedback

This message sets the ending position of the current selection in a trackbar. This message is ignored if the trackbar does not have the TBS_ENABLESELRANGE style.

TBM_SETSELENDwParam=(WPARAM)(BOOL)fRedraw;lParam= (LPARAM)(LONG)lEnd;

Parameters

  • fRedraw
    Redraw flag. If set to TRUE, the message redraws the trackbar after the selection range is set. If set to FALSE, the message sets the selection range but does not redraw the trackbar.
  • lEnd
    Ending logical position of the selection range.

Return Values

None.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TBM_GETSELEND | TBM_SETSELSTART

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.