Each RibbonDropDownItem represents a drop-down item in the RibbonViewTab. The corresponding string of a RibbonDropDownItem is the same as the item's Name property. The RibbonDropDownItem enumeration can be used with the ResourceProvider class that provides static methods to receive bitmaps or strings which are associated with the corresponding ribbon drop-down item.

Introduced: X17.

Members

Member Description
TXITEM_ZoomFactor_25 Identifies the TXITEM_ZoomFactor_25 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ZoomFactor_50 Identifies the TXITEM_ZoomFactor_50 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ZoomFactor_75 Identifies the TXITEM_ZoomFactor_75 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ZoomFactor_100 Identifies the TXITEM_ZoomFactor_100 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ZoomFactor_150 Identifies the TXITEM_ZoomFactor_150 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ZoomFactor_200 Identifies the TXITEM_ZoomFactor_200 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ZoomFactor_400 Identifies the TXITEM_ZoomFactor_400 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.