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





Gets or sets a value indicating whether the window will show an icon in the title bar.

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

 Syntax

C#  Copy Code

public bool ShowIcon { get; set; }

Visual Basic  Copy Code

Public Property ShowIcon As Boolean

 Property Value

Type: Boolean
true if the icon in the title bar should be visible, otherwise false. Default value is true.

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace