HyperLink class
A HyperLink is a text control that can display a web link, an e-mail or
any other text. To create a HyperLink control, use the wb_create_control()
function.
Options
- By default (if param is NULL
or left blank), the hyperlink
is displayed in dark blue. To change the HyperLink color, set param to
the RGB color desired.
- To center the text in the HyperLink control, use the
WBC_CENTER flag.
- To underline the HyperLink text when the mouse cursor is
moved over it, use the
WBC_LINES flag.
- To change the HyperLink cursor to a finger, call the wb_set_cursor() function
with 'finger' as the source parameter after creating the control.
See also
wb_create_control
wb_set_cursor
Style
flags
Control
classes