Struct LinkButton

Simple button used to represent a link to some resource.

struct LinkButton ;

This kind of button is primarily used when the interaction with the button causes a context change (like linking to a web page).

Properties

NameTypeDescription
text[get, set] String
underline[get, set] LinkButton.UnderlineMode

Methods

NameDescription
getText
getUnderlineMode
setText
setUnderlineMode

Enums

NameDescription
Constants
UnderlineMode