Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Moves a button from one index to another.
BOOL MoveButton(
UINT nOldPos,
UINT nNewPos
);
Parameters
nOldPos
The zero-based index of the button to be moved.nNewPos
The zero-based index of the button's destination.
Return Value
Nonzero if successful; otherwise 0.
Remarks
This member function implements the behavior of the Win32 message TB_MOVEBUTTON, as described in the Windows SDK.
Requirements
Header: afxcmn.h