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





Gets or sets the text in the status bar.

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

 Syntax

C#  Copy Code

public string StatusText { get; set; }

Visual Basic  Copy Code

Public Property StatusText As String

 Property Value

Type: String
A string that specifies the text in the status bar. Default value is empty string ("").

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace