ASP.NET Pack Programmer's Guide
Window.Visibility Property
See Also
 





Gets or sets a value indicating whether this Window is closed or not.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public Visibility Visibility { get; set; }

Visual Basic  Copy Code

Public Property Visibility As Visibility

 Property Value

Type: Visibility
One of the Visibility Enumeration values that specifies whether the control is closed or not. Default value is Visibility.Visible.

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace