Specifies the status bar control to be used with a TextControl. The property value is an empty string, if there is no status bar connected. Otherwise it must be the name of an existing WPF.StatusBar object.

Syntax

public string StatusBar { get; set; }
Public Property StatusBar() As String