xtd 0.2.0
Loading...
Searching...
No Matches

◆ hide()

virtual void xtd::forms::control::hide ( )
virtual

Conceals the control from the user.

Remarks
Hiding the control is equivalent to setting the visible property to false. After the hide method is called, the visible property returns a value of false until the show method is called.