Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the animation speed for pop-up menus.
static void SetAnimationSpeed(
UINT nElapse
);
Parameters
- [in] nElapse
The new animation speed, in milliseconds.
Remarks
The animation speed is a global value and affects all the pop-up menus in the application. This value specifies how long it takes for the animation for a pop-up menu to finish.
By default, this parameter is set to 30 milliseconds. The range of valid values for nElapse is from 0 to 200.
Requirements
Header: afxpopupmenu.h