BCGControlBar Pro for MFC
CBCGPMultiLinkCtrl

Detailed Description

The CBCGPMultiLinkCtrl provides the functionality similar to the Windows common SysLink control.

The functionality of this control is very similar to standard MFC CLinkCtrl, but CBCGPMultiLinkCtrl has the following additional features such as:

  • Visual Themes support
  • Link tooltips
  • Custom colors

You can create the CBCGPMultiLinkCtrl buttons in application in the same way as you create the regular CBCGPStatic objects.

See also
CBCGPStatic
+ Inheritance diagram for CBCGPMultiLinkCtrl:

Public Member Functions

 AreToolTipsEnabledTells whether the links tooltips are enabled.
 
 EnableToolTipsEnables or disabled links tooltips.
 
- Public Member Functions inherited from CBCGPStatic
 IsCaptionModeTells whether control has a caption mode.
 
 IsTitleModeTells whether control has a title mode.
 
 SetCaptionModeSpecifies whether control has a caption mode.
 
 SetPictureSets a picture.
 
 SetPictureSets a picture.
 
 SetPictureSets a picture loaded from external file.
 
 SetPictureSets a picture.
 
 SetPictureSets a picture.
 
 SetTitleModeSpecifies whether control has a title mode.
 

Public Attributes

 m_bUnderlineLinksSpecifies whether the links are underlined.
 
 m_clrLinkThe foreground color of the link.
 
- Public Attributes inherited from CBCGPStatic
 m_bDPIAwareIconSpecifies whether icon is DPI-aware.
 
 m_bOnGlassSpecifies whether a control is located on the "glass" (DWM) area of the parent window.
 
 m_bVisualManagerStyleSpecifies whether a control has a Visual Manager style look.
 
 m_clrBkgndSpecifies background color.
 
 m_clrTextSpecifies text color.
 

Additional Inherited Members

- Static Public Attributes inherited from CBCGPStatic
 m_bCheckAlignmentInSizeToContentIf this global member is True, SizeToContent() method takes into account control horizontal alignment (e.g., when alignment is right, the right position remains unchanged). By default, this member is FALSE.