COleControl::OnGetControlInfo

This method 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.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void OnGetControlInfo( LPCONTROLINFO pControlInfo );

See Also

CONTROLINFO