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.
Specifies a range of control IDs that the framework assigns to the user-defined toolbars.
void InitUserToolbars(
LPCTSTR lpszRegEntry,
UINT uiUserToolbarFirst,
UINT uiUserToolbarLast
)
Parameters
[in] lpszRegEntry
The registry entry where the library stores user toolbar settings.[in] uiUserToolbarFirst
Control ID assigned to the first user-defined toolbar.[in] uiUserToolbarLast
Control ID assigned to the last user-defined toolbar.
Remarks
Use this function to initialize a range of control IDs for assignment to toolbars that users define dynamically. The parameters uiUserToolbarFirst and uiUserToolbarLast define a range of allowed toolbar control IDs. To disable the creation of user-defined toolbars, set uiUserToolbarFirst or uiUserToolbarLast to -1.
Requirements
Header: afxoleipframewndex.h