COleControl::OnGetControlInfo

This member function is called by the container to provide mnemonic information for the control. This information consists primarily of a description of the control's mnemonic keys. The default implementation fills pControlInfo with default information.

Syntax

virtual void OnGetControlInfo( LPCONTROLINFO pControlInfo );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COleControl Overview, COleControl Member Functions, Control Classes, CONTROLINFO