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