Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / RichTextBoxFormatBarManager Class
Members


In This Topic
    RichTextBoxFormatBarManager Class
    In This Topic
    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