Control Info Tips
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
Each control can be associated with a small info mark located on the right side. When the user hovers the mouse cursor over this info mark, the screen tip with the control description will appear.
The info tip may have one of the following predefined styles: info, error, shield, okay, warning, question, or bulb.
The info tip may be clickable or static.
Sample code:
SetControlInfoTip(
IDC_EDIT6,
_T("Error Message\nCall SetErrorMessage method to set this mode. Can be used if wrong data or no data entered."),
DT_VCENTER, FALSE,
CBCGPControlInfoTip::BCGPINFOTIP_Error);