Gets or sets the string that is interpreted by attached controls as the current status string.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string StatusText { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property StatusText As String
	Get
	Set

See Also