Control Info Tips

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

Each control can be associated with right-side located small info mark. When user hovers the mouse cursor over this info mark, the screen tip with control description will appear.

The info tip may have one of the following predefined styles: Info, Error, Shield, Ok, Warning, Question or Bulb.

The info tip may be clickable or static.

Control Info Tips

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);