Each RibbonItem represents an item in the RibbonPermissionsTab 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 RibbonPermissionsTab'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_RestrictFormattingGroup Identifies the TXITEM_RestrictFormattingGroup ribbon group inside the RibbonPermissionsTab 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_AllowFormatting Identifies the TXITEM_AllowFormatting ribbon item inside the TXITEM_RestrictFormattingGroup 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_AllowFormattingStyles Identifies the TXITEM_AllowFormattingStyles ribbon item inside the TXITEM_RestrictFormattingGroup 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_RestrictEditingGroup Identifies the TXITEM_RestrictEditingGroup ribbon group inside the RibbonPermissionsTab 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_AllowPrinting Identifies the TXITEM_AllowPrinting ribbon item inside the TXITEM_RestrictEditingGroup 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_AllowCopy Identifies the TXITEM_AllowCopy ribbon item inside the TXITEM_RestrictEditingGroup 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_FillInFormFields Identifies the TXITEM_FillInFormFields ribbon item inside the TXITEM_RestrictEditingGroup 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_ReadOnly Identifies the TXITEM_ReadOnly ribbon item inside the TXITEM_RestrictEditingGroup 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_ReadOnlyExceptionsGroup Identifies the TXITEM_ReadOnlyExceptionsGroup ribbon group inside the RibbonPermissionsTab 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_Users Identifies the TXITEM_Users ribbon item inside the TXITEM_ReadOnlyExceptionsGroup 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_AddUsers Identifies the TXITEM_AddUsers ribbon item inside the TXITEM_ReadOnlyExceptionsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.
TXITEM_EditRestrictedDocumentGroup Identifies the TXITEM_EditRestrictedDocumentGroup ribbon group inside the RibbonPermissionsTab 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_EnforceProtection Identifies the TXITEM_EnforceProtection ribbon item inside the TXITEM_EditRestrictedDocumentGroup 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_HighlightEditableRegions Identifies the TXITEM_HighlightEditableRegions ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and KeyTip resources.
TXITEM_PreviousEditableRegion Identifies the TXITEM_PreviousEditableRegion ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and KeyTip resources.
TXITEM_NextEditableRegion Identifies the TXITEM_NextEditableRegion ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and KeyTip resources.