
Specifies the button bar control to be used with a TextControl. The property value is null if there is no button bar connected. Otherwise it must be the name of an existing WPF.ButtonBar object.
[C#]
public string ButtonBar { get; set; }
[Visual Basic]
Public Property ButtonBar() As String