Xceed Toolkit Plus for WPF v4.6 Documentation
RichTextBoxFormatBarManager Class
Members 


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace : RichTextBoxFormatBarManager Class
Represents the manager class for using the RichTextBoxFormatBar.
Syntax
'Declaration
 
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class RichTextBoxFormatBarManager 
   Inherits System.Windows.DependencyObject
'Usage
 
Dim instance As RichTextBoxFormatBarManager
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class RichTextBoxFormatBarManager : System.Windows.DependencyObject 
Remarks

You can create your own custom format bar by creating a control that implements the IRichTextBoxFormatBar interface and setting the RichTextBoxFormatBarManager.FormatBar attached property to your new custom format bar instance.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         Xceed.Wpf.Toolkit.RichTextBoxFormatBarManager

Requirements

See Also

Reference

RichTextBoxFormatBarManager Members
Xceed.Wpf.Toolkit Namespace