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





Gets or sets the location of the icon, shown in the title bar.

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

 Syntax

C#  Copy Code

public string IconUrl { get; set; }

Visual Basic  Copy Code

Public Property IconUrl As String

 Property Value

Type: String
A string specifying the URL of an image to be used. Default value is empty string ("").

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace