FormatProperties
.
TipAction
Popup tip and click action handler.
Combines the control of
Tip
and
Action
into a single object.
Example
=
Paragraph
{
"Click "
;
Span
{
TextColor
:
Colors
.
Blue
;
"here"
;
TipAction
:
new
MessageActionClass
;
};
" to see the message."
;
};
//============================================================
Click
here
to see the message.