BCGControlBar Pro for MFC
CBCGPControlInfoTip

Detailed Description

The CBCGPControlInfoTip structure specifies control information tip data such as corresponding control, vertical alignment and style. You don't have to create this directly.

See also
CBCGPDialog::SetControlInfoTip, CBCGPFormView::SetControlInfoTip, CBCGPPropertyPage::SetControlInfoTip, CBCGPDialogBar::SetControlInfoTip

Public Types

enum  BCGPControlInfoTipStyle
 

Public Attributes

 m_bIsClickableSpecifies whither the information tip clickable or not.
 
 m_dwVertAlignThe vertical alignment: can be DT_VCENTER or DT_BOTTOM.
 
 m_hWndHandle of the corresponding window.
 
 m_ptOffsetSpecifies info tip screen offset from the default position.
 
 m_rectThe location in the client coordinates.
 
 m_strDescriptionThe tooltip description.
 
 m_strTextThe tooltip text.
 
 m_styleThe information tip style.