Contents Index Topic Contents | ||
Previous Topic: TB_MARKBUTTON Next Topic: TB_PRESSBUTTON |
TB_MOVEBUTTON
TB_MOVEBUTTON wParam = (WPARAM)(UINT)uOldPos; lParam = (LPARAM)(UINT)uNewPos;Moves a button from one index to another.
- Returns nonzero if successful, or zero otherwise.
- uOldPos
- Zero-based index of the button to be moved.
- uNewPos
- Zero-based index where the button will be moved.
Version 4.71
See also TB_SETANCHORHIGHLIGHT
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.