GHyperLink

GHyperLink — displays a link to a web page, based on HyperLink.

Synopsis

class GHyperLink GWindowBase
{
    m_clrLink;
    m_clrVisited;
    m_dwExtendedStyle;
    m_hCursor;
    m_hFont;
    m_hFontNormal;
    m_hWnd;
    m_lpstrHyperLink;
    m_lpstrLabel;
    m_rcLink;
}
    

Base Classes

GWindowBase <-- GHyperLink

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.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
GetHyperLink (lpstrBuffer, nLength)
GetHyperLinkExtendedStyle ()
GetIdealHeight ()
GetIdealSize (args?...)
GetLabel (lpstrBuffer, nLength)
GetLinkFont ()
GetToolTipText (lpstrBuffer, nLength)
IsCommandButton ()
IsNotUnderlined ()
IsNotifyButton ()
IsUnderlineHover ()
IsUnderlined ()
IsUsingTags ()
IsUsingTagsBold ()
IsUsingToolTip ()
Navigate ()
SetHyperLink (lpstrLink)
SetHyperLinkExtendedStyle (args?...)
SetLabel (lpstrLabel)
SetLinkFont (hFont)
SetToolTipText (lpstrToolTipText)

This class also inherits the functions of GWindowBase.