Function RichTextLabel.selectionEnabled
If true
, the label allows text selection.
bool selectionEnabled() nothrow @property @nogc;
void selectionEnabled
(
bool v
) nothrow @property @nogc;
If true
, the label allows text selection.
bool selectionEnabled() nothrow @property @nogc;
void selectionEnabled
(
bool v
) nothrow @property @nogc;