Gets or sets a value indicating whether this form is visible.
| C# | Visual Basic | Visual C++ |
bool Visible { get; set; }
Property Visible As Boolean
property bool Visible { bool get (); void set (bool value); }
true if visible; otherwise, false.