Function CanvasItem.visible
If true, this CanvasItem is drawn. For controls that inherit Popup, the correct way to make them visible is to call one of the multiple popup*() functions instead.
bool visible() nothrow @property @nogc;
void visible
(
bool v
) nothrow @property @nogc;