Label.selectable
bool selectable() @property nothrowGet selectable property.
Returns
Whether the label text can be selected with the mouse.
void selectable(bool propval) @property nothrowSet selectable property.
Parameters
propval | Whether the label text can be selected with the mouse. |