12#ifndef OWL_SENTRY_SYSLINK_H
13#define OWL_SENTRY_SYSLINK_H
16#if defined(BI_HAS_PRAGMA_ONCE)
50 auto GetIdealHeight() ->
int const;
54 auto GetItem(
int index) ->
LITEM const;
55 auto GetId(
int index) ->
tstring const;
56 auto GetUrl(
int index) ->
tstring const;
61 auto HitTest(
const TPoint&) -> std::unique_ptr<LITEM>
const;
Derives from TSysLink and provides automatic handling of link activation.
TControl unifies its derived control classes, such as TScrollBar, TControlGadget, and TButton.
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TPoint is a support class, derived from tagPOINT.
TRect is a mathematical class derived from tagRect.
The tagSIZE struct is defined as.
Encapsulates the SysLink common control, a Windows control that provides a convenient way to embed hy...
TSysLink(const TSysLink &)=delete
Type-safe encapsulation of a Windows class name, a union between ATOM and LPCTSTR.
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
HWND THandle
TWindow encapsulates an HWND.
Definition of classes for CommonControl encapsulation.
#define DECLARE_RESPONSE_TABLE(cls)
Object Windows Library (OWLNext Core)