#include <customgui_hyperlink.h>
◆ HyperLinkCustomGui()
◆ ~HyperLinkCustomGui()
◆ SetLinkString()
Sets the strings. 
- Parameters
 - 
  
    | [in] | pStrLink | The new link string or nullptr.  | 
    | [in] | pStrText | The new text string or nullptr.  | 
  
   
- Returns
 - true if successful, otherwise false. 
 
 
 
◆ GetLinkString()
Gets the strings. 
- Parameters
 - 
  
    | [out] | pStrLink | Assigned the text string if not nullptr.  | 
    | [out] | pStrText | Assigned the link string if not nullptr.  | 
  
   
- Returns
 - true if successful, otherwise false. 
 
 
 
◆ SetLinkStringThreaded()
Private. Sets the strings but only redraw, no layout change. 
- Parameters
 - 
  
    | [out] | pStrLink | Assigned the text string if not nullptr.  | 
    | [out] | pStrText | Assigned the link string if not nullptr.  | 
  
   
- Returns
 - true if successful, otherwise false.