Each RibbonItem represents an item in the RibbonViewTab 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 FindItem 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_DocumentViewsGroup Identifies the TXITEM_DocumentViewsGroup ribbon group inside the RibbonViewTab 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_PrintLayout Identifies the TXITEM_PrintLayout ribbon item inside the TXITEM_DocumentViewsGroup 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_Draft Identifies the TXITEM_Draft ribbon item inside the TXITEM_DocumentViewsGroup 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_ZoomGroup Identifies the TXITEM_ZoomGroup ribbon group inside the RibbonViewTab 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_ZoomFactor Identifies the TXITEM_ZoomFactor ribbon item inside the TXITEM_ZoomGroup 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_Zoom100 Identifies the TXITEM_Zoom100 ribbon item inside the TXITEM_ZoomGroup 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_FullPage Identifies the TXITEM_FullPage ribbon item inside the TXITEM_ZoomGroup 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_PageWidth Identifies the TXITEM_PageWidth ribbon item inside the TXITEM_ZoomGroup 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_TextWidth Identifies the TXITEM_TextWidth ribbon item inside the TXITEM_ZoomGroup 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_ToolbarsGroup Identifies the TXITEM_ToolbarsGroup ribbon group inside the RibbonViewTab 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_HorizontalRuler Identifies the TXITEM_HorizontalRuler ribbon item inside the TXITEM_ToolbarsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_VerticalRuler Identifies the TXITEM_VerticalRuler ribbon item inside the TXITEM_ToolbarsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_StatusBar Identifies the TXITEM_StatusBar ribbon item inside the TXITEM_ToolbarsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_ShowGroup Identifies the TXITEM_ShowGroup ribbon group inside the RibbonViewTab 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_ShowTableGridlines Identifies the TXITEM_ShowTableGridlines ribbon item inside the TXITEM_ShowGroup 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_ShowBookmarkMarkers Identifies the TXITEM_ShowBookmarkMarkers ribbon item inside the TXITEM_ShowGroup 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_ShowTextFrameMarkersLines Identifies the TXITEM_ShowTextFrameMarkersLines ribbon item inside the TXITEM_ShowGroup 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_ShowDrawingFrameMarkersLines Identifies the TXITEM_ShowDrawingFrameMarkersLines ribbon item inside the TXITEM_ShowGroup 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_ShowControlChars Identifies the TXITEM_ShowControlChars ribbon item inside the TXITEM_ShowGroup 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_ShowFrameAnchors Identifies the TXITEM_ShowFrameAnchors ribbon item inside the TXITEM_ShowGroup 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.