MindFusion.UI for WebForms Programmer's Guide

Window.StatusText Property

See Also
 





Gets or sets the text in the status bar.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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