Toolbar dropdown that modifies the case of text in a C1RichTextBox.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)

Syntax

C#
public class C1ChangeCaseTool : C1ToolbarDropDown
Visual Basic
Public Class C1ChangeCaseTool _
	Inherits C1ToolbarDropDown

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1HeaderedContentControl
              C1DropDownButton
                C1DropDown
                  C1ToolbarDropDown
                    C1.Silverlight.RichTextBox..::..C1ChangeCaseTool

See Also