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.
Called by the framework when the control's container has requested information about the control.
virtual void OnGetControlInfo(
LPCONTROLINFO pControlInfo
);
Parameters
- pControlInfo
Pointer to a CONTROLINFO structure to be filled in.
Remarks
This information consists primarily of a description of the control's mnemonic keys. The default implementation fills pControlInfo with default information.
Override this function if your control needs to process mnemonic keys.
Requirements
Header: afxctl.h