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


In This Topic
    RichTextBoxFormatBarManager Class
    In This Topic
    Represents the manager class for using the RichTextBoxFormatBar.
    Object Model
    RichTextBoxFormatBarManager ClassIRichTextBoxFormatBar Interface
    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

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RichTextBoxFormatBarManager class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the FormatBar attached property.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets a value indicating whether the adorner is visible.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Top
    Public Methods
    Protected Methods
    Extension Methods
     NameDescription
    Public Extension MethodFinds the logical ancenster
    Public Extension Method
    Public Extension MethodFind the logical children.
    Public Extension MethodFinds the visual ancestor.
    Public Extension MethodFinds the visual children.
    Public Extension MethodFinds the visual tree root.
    Public Extension MethodOverloaded. 
    Top
    Supported Frameworks

    See Also