GToolTipCtrl

GToolTipCtrl — a pop-up window with a line of text.

Synopsis

class GToolTipCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GToolTipCtrl

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

Activate (bActivate)

Corresponds to CToolTipCtrl::Activate.

AddControlResizeFlags (ctrlid, flags)

Corresponds to CToolTipCtrl::AddControlResizeFlags.

AdjustRect (lpRect, bLarger)

Corresponds to CToolTipCtrl::AdjustRect.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Corresponds to CToolTipCtrl::Create.

DelTool (args?...)

Corresponds to CToolTipCtrl::DelTool.

EndResizeGroup ()

Corresponds to CToolTipCtrl::EndResizeGroup.

EnumTools (nTool, lpToolInfo)

Corresponds to CToolTipCtrl::EnumTools.

GetBubbleSize (lpToolInfo)

Corresponds to CToolTipCtrl::GetBubbleSize.

GetCurrentTool (lpToolInfo)

Corresponds to CToolTipCtrl::GetCurrentTool.

GetDelayTime (dwType)

Corresponds to CToolTipCtrl::GetDelayTime.

GetMargin (lpRect)

Corresponds to CToolTipCtrl::GetMargin.

GetMaxTipWidth ()

Corresponds to CToolTipCtrl::GetMaxTipWidth.

GetText (args?...)

Corresponds to CToolTipCtrl::GetText.

GetTipBkColor ()

Corresponds to CToolTipCtrl::GetTipBkColor.

GetTipTextColor ()

Corresponds to CToolTipCtrl::GetTipTextColor.

GetTitle (pTTGetTitle)

Corresponds to CToolTipCtrl::GetTitle.

GetToolCount ()

Corresponds to CToolTipCtrl::GetToolCount.

GetToolInfo (args?...)

Corresponds to CToolTipCtrl::GetToolInfo.

HitTest (args?...)

Corresponds to CToolTipCtrl::HitTest.

Pop ()

Corresponds to CToolTipCtrl::Pop.

Popup ()

Corresponds to CToolTipCtrl::Popup.

RelayEvent (lpMsg)

Corresponds to CToolTipCtrl::RelayEvent.

SetDelayTime (dwType, nTime)

Corresponds to CToolTipCtrl::SetDelayTime.

SetMargin (lpRect)

Corresponds to CToolTipCtrl::SetMargin.

SetMaxTipWidth (nWidth)

Corresponds to CToolTipCtrl::SetMaxTipWidth.

SetTipBkColor (clr)

Corresponds to CToolTipCtrl::SetTipBkColor.

SetTipTextColor (clr)

Corresponds to CToolTipCtrl::SetTipTextColor.

SetTitle (uIcon, lpstrTitle)

Corresponds to CToolTipCtrl::SetTitle.

SetToolInfo (lpToolInfo)

Corresponds to CToolTipCtrl::SetToolInfo.

SetToolRect (args?...)

Corresponds to CToolTipCtrl::SetToolRect.

StartResizeGroup ()

Corresponds to CToolTipCtrl::StartResizeGroup.

TrackActivate (lpToolInfo, bActivate)

Corresponds to CToolTipCtrl::TrackActivate.

TrackPosition (xPos, yPos)

Corresponds to CToolTipCtrl::TrackPosition.

Update ()

Corresponds to CToolTipCtrl::Update.

This class also inherits the functions of GWindowBase.