Each RibbonItem represents an item in the RibbonFormattingTab that is not a drop-down item. The corresponding string of a RibbonItem is the same as the item's Name property. The RibbonItem enumeration can be used with the RibbonFormattingTab's FrameworkElement.FindName method to get an item and manipulate it or with the ResourceProvider class that provides static methods to receive bitmaps or strings which are associated with the corresponding ribbon item.

Members

Member Description
TXITEM_ClipboardGroup Identifies the TXITEM_ClipboardGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.
TXITEM_Paste Identifies the TXITEM_Paste ribbon item inside the TXITEM_ClipboardGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Cut Identifies the TXITEM_Cut ribbon item inside the TXITEM_ClipboardGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Copy Identifies the TXITEM_Copy ribbon item inside the TXITEM_ClipboardGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_FontGroup Identifies the TXITEM_FontGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.
TXITEM_FontFamily Identifies the TXITEM_FontFamily ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_FontSize Identifies the TXITEM_FontSize ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_IncreaseFont Identifies the TXITEM_IncreaseFont ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_DecreaseFont Identifies the TXITEM_DecreaseFont ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_ClearFormatting Identifies the TXITEM_ClearFormatting ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Bold Identifies the TXITEM_Bold ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Italic Identifies the TXITEM_Italic ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Underline Identifies the TXITEM_Underline ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Strikeout Identifies the TXITEM_Strikeout ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Subscript Identifies the TXITEM_Subscript ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Superscript Identifies the TXITEM_Superscript ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_ChangeCase Identifies the TXITEM_ChangeCase ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_TextBackColor Identifies the TXITEM_TextBackColor ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_TextColor Identifies the TXITEM_TextColor ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_CharacterFormatting Identifies the TXITEM_CharacterFormatting ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_ParagraphGroup Identifies the TXITEM_ParagraphGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.
TXITEM_BulletedList Identifies the TXITEM_BulletedList ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_NumberedList Identifies the TXITEM_NumberedList ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_StructuredList Identifies the TXITEM_StructuredList ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_DecreaseIndent Identifies the TXITEM_DecreaseIndent ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_IncreaseIndent Identifies the TXITEM_IncreaseIndent ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_LeftToRight Identifies the TXITEM_LeftToRight ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_RightToLeft Identifies the TXITEM_RightToLeft ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_EditTabs Identifies the TXITEM_EditTabs ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_ControlChars Identifies the TXITEM_ControlChars ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_LeftAligned Identifies the TXITEM_LeftAligned ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Centered Identifies the TXITEM_Centered ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_RightAligned Identifies the TXITEM_RightAligned ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Justified Identifies the TXITEM_Justified ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_LineSpacing Identifies the TXITEM_LineSpacing ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Borders Identifies the TXITEM_Borders ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_BackColor Identifies the TXITEM_BackColor ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_FrameLineColor Identifies the TXITEM_FrameLineColor ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_FrameLineWidth Identifies the TXITEM_FrameLineWidth ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_ParagraphFormatting Identifies the TXITEM_ParagraphFormatting ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_StylesGroup Identifies the TXITEM_StylesGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.
TXITEM_StyleName Identifies the TXITEM_StyleName ribbon item inside the TXITEM_StylesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_EditingGroup Identifies the TXITEM_EditingGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.
TXITEM_Find Identifies the TXITEM_Find ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Find_Sidebars Identifies the TXITEM_Find_Sidebars ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources. Limitations: The FindName method returns null when passing this RibbonItem as an argument. Use the RibbonItem.TXITEM_Find identifier instead.
TXITEM_Replace Identifies the TXITEM_Replace ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Replace_Sidebars Identifies the TXITEM_Replace_Sidebars ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources. Limitations: The FindName method returns null when passing this RibbonItem as an argument. Use the RibbonItem.TXITEM_Replace identifier instead.
TXITEM_Goto Identifies the TXITEM_Goto ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Goto_Sidebars Identifies the TXITEM_Goto_Sidebars ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources. Limitations: The FindName method returns null when passing this RibbonItem as an argument. Use the RibbonItem.TXITEM_Goto identifier instead.
TXITEM_SelectAll Identifies the TXITEM_SelectAll ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_SelectObjects Identifies the TXITEM_SelectObjects ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.