Each RibbonItem represents an item in the RibbonProofingTab 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_SpellingAndHyphenationGroup Identifies the TXITEM_SpellingAndHyphenationGroup ribbon group inside the RibbonProofingTab 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_EnableSpellChecking Identifies the TXITEM_EnableSpellChecking ribbon item inside the TXITEM_SpellingAndHyphenationGroup 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_EnableHyphenations Identifies the TXITEM_EnableHyphenations ribbon item inside the TXITEM_SpellingAndHyphenationGroup 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_Thesaurus Identifies the TXITEM_Thesaurus ribbon item inside the TXITEM_SpellingAndHyphenationGroup 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_Spelling Identifies the TXITEM_Spelling ribbon item inside the TXITEM_SpellingAndHyphenationGroup 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_ProofingSettingsGroup Identifies the TXITEM_ProofingSettingsGroup ribbon group inside the RibbonProofingTab 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_LoadDictionary Identifies the TXITEM_LoadDictionary ribbon item inside the TXITEM_ProofingSettingsGroup 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_LoadThesaurusFile Identifies the TXITEM_LoadThesaurusFile ribbon item inside the TXITEM_ProofingSettingsGroup 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_SpellingOptions Identifies the TXITEM_SpellingOptions ribbon item inside the TXITEM_ProofingSettingsGroup 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_CommentsGroup Identifies the TXITEM_CommentsGroup ribbon group inside the RibbonProofingTab 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_AddComment Identifies the TXITEM_AddComment ribbon item inside the TXITEM_CommentsGroup 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_DeleteComment Identifies the TXITEM_DeleteComment ribbon item inside the TXITEM_CommentsGroup 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_PreviousComment Identifies the TXITEM_PreviousComment ribbon item inside the TXITEM_CommentsGroup 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_NextComment Identifies the TXITEM_NextComment ribbon item inside the TXITEM_CommentsGroup 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_EditComment Identifies the TXITEM_EditComment ribbon item inside the TXITEM_CommentsGroup 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_CommentsViewMode Identifies the TXITEM_CommentsViewMode ribbon item inside the TXITEM_CommentsGroup 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_ShowComments Identifies the TXITEM_ShowComments ribbon item inside the TXITEM_CommentsGroup 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_Comments Identifies the TXITEM_Comments ribbon item inside the TXITEM_CommentsGroup 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_Comments_Sidebars Identifies the TXITEM_Comments_Sidebars ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and ToolTipDescription resources.
TXITEM_TrackChangesGroup Identifies the TXITEM_TrackChangesGroup ribbon group inside the RibbonProofingTab 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_TrackChanges Identifies the TXITEM_TrackChanges ribbon item inside the TXITEM_TrackChangesGroup 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_AcceptTrackedChange Identifies the TXITEM_AcceptTrackedChange ribbon item inside the TXITEM_TrackChangesGroup 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_RejectTrackedChange Identifies the TXITEM_RejectTrackedChange ribbon item inside the TXITEM_TrackChangesGroup 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_TrackedChanges Identifies the TXITEM_TrackedChanges ribbon item inside the TXITEM_TrackChangesGroup 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_TrackedChanges_Sidebars Identifies the TXITEM_TrackedChanges_Sidebars ribbon item inside the TXITEM_TrackChangesGroup 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_PreviousTrackedChange Identifies the TXITEM_PreviousTrackedChange ribbon item inside the TXITEM_TrackChangesGroup 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_NextTrackedChange Identifies the TXITEM_NextTrackedChange ribbon item inside the TXITEM_TrackChangesGroup 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_ShowMarkup Identifies the TXITEM_ShowMarkup ribbon item inside the TXITEM_TrackChangesGroup 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_LanguageGroup Identifies the TXITEM_LanguageGroup ribbon group inside the RibbonProofingTab 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_DetectLanguages Identifies the TXITEM_DetectLanguages ribbon item inside the TXITEM_LanguageGroup 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_SetLanguage Identifies the TXITEM_SetLanguage ribbon item inside the TXITEM_LanguageGroup 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.