UIElement.visibility

Change visibility flag of the widget. Show or hide all children of this UIElement, regardless of their position on screen, invalidating their graphics if need be (much like a position change).

  1. bool visibility()
  2. void visibility(bool visible)
    class UIElement
    nothrow @nogc final
    void
    visibility
    (
    bool visible
    )

Meta