COleControl::OnGetControlInfo

virtual void OnGetControlInfo( LPCONTROLINFO pControlInfo );

Parameters

pControlInfo

Pointer to a CONTROLINFO structure to be filled in.

Remarks

Called by the framework when the control’s container has requested information about the control. 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.

COleControl OverviewClass MembersHierarchy Chart