GLinkCtrl
GLinkCtrl — embeds a hypertext link in a window.
class GLinkCtrl GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GLinkCtrl
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)Corresponds to CLinkCtrl::Create.
GetIdealHeight ()Corresponds to
CLinkCtrl::GetIdealHeight.
GetItem (pLItem)Corresponds to CLinkCtrl::GetItem.
HitTest (pLHitTestInfo)Corresponds to CLinkCtrl::HitTest.
SetItem (pLItem)Corresponds to CLinkCtrl::SetItem.
This class also inherits the functions of GWindowBase.