Each RibbonItem represents an item in a WPF.TextMiniToolbar. The corresponding string of a RibbonItem is the same as the item's Name property. The string can be used with the FrameworkElement.FindName method to get the item and manipulate, move or delete it.

Members

Member Description
TXITEM_FontGroup Identifies the Font group of the TextMiniToolbar.
TXITEM_FontFamily Identifies the FontFamily combobox of the TextMiniToolbar.
TXITEM_FontSize Identifies the FontSize combobox of the TextMiniToolbar.
TXITEM_IncreaseFont Identifies the IncreaseFont button of the TextMiniToolbar.
TXITEM_DecreaseFont Identifies the DecreaseFont button of the TextMiniToolbar.
TXITEM_BulletedList Identifies the BulletedList button of the TextMiniToolbar.
TXITEM_NumberedList Identifies the NumberedList button of the TextMiniToolbar.
TXITEM_StructuredList Identifies the StructuredList button of the TextMiniToolbar.
TXITEM_Bold Identifies the Bold button of the TextMiniToolbar.
TXITEM_Italic Identifies the Italic button of the TextMiniToolbar.
TXITEM_Underline Identifies the Underline button of the TextMiniToolbar.
TXITEM_TextBackColor Identifies the TextBackColor button of the TextMiniToolbar.
TXITEM_TextColor Identifies the TextColor button of the TextMiniToolbar.
TXITEM_LeftAligned Identifies the LeftAligned button of the TextMiniToolbar.
TXITEM_Centered Identifies the Centered button of the TextMiniToolbar.
TXITEM_RightAligned Identifies the RightAligned button of the TextMiniToolbar.
TXITEM_Justified Identifies the Justified button of the TextMiniToolbar.
TXITEM_ClearFormatting Identifies the ClearFormatting button of the TextMiniToolbar.
TXITEM_StylesGroup Identifies the Styles group of the TextMiniToolbar.
TXITEM_StyleName Identifies the StyleName gallery of the TextMiniToolbar.
TXITEM_TableLayoutGroup Identifies the TableLayout group of the TextMiniToolbar.
TXITEM_TableSelect Identifies the TableSelect button of the TextMiniToolbar.
TXITEM_TableMergeCells Identifies the TableMergeCells button of the TextMiniToolbar.
TXITEM_TableDelete Identifies the TableDelete button of the TextMiniToolbar.
TXITEM_TableInsert Identifies the TableInsert button of the TextMiniToolbar.
TXITEM_TableSplitCells Identifies the TableSplitCells button of the TextMiniToolbar.