The WPF.TextControlToolBar class is the base class of the WPF.RulerBar and the WPF.StatusBar classes. It is inherited from the System.Windows.Controls.Control class and implements a template which consists of a System.Windows.Controls.Border element and a WPF.TextControlToolBarPresenter.

Syntax

[TemplatePart(Name = "TXPART_Border", Type = typeof(Border))]
[TemplatePart(Name = "TXPART_ToolBarPresenter", Type = typeof(TextControlToolBarPresenter))]
public class TextControlToolBar : System.Windows.Controls.Control
<TemplatePartAttribute(Name := "TXPART_Border", Type := GetType(Border))> _
<TemplatePartAttribute(Name := "TXPART_ToolBarPresenter", Type := GetType(TextControlToolBarPresenter))> _
Public Class TextControlToolBar _
  Inherits System.Windows.Controls.Control

Introduced: X12.