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

◆ show()

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

Displays the control to the user.

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