Skip to main content
A newer version of this page is available. .

DefaultBarManagerItemNames Members

Contains default item captions displayed in the interface elements of document viewers.

Constructors

Name Description
DefaultBarManagerItemNames() Initializes a new instance of the DefaultBarManagerItemNames class.

Fields

Name Description
Bar Returns “bMain”.
ClockwiseRotate Returns “bClockwiseRotate”. Corresponds to the Clockwise rotate command in the document’s context menu.
Close Returns “bClose”. Corresponds to the Close toolbar button.
CounterClockwiseRotate Returns “bCounterClockwiseRotate”.
DefaultPageCategory Returns “rcMain”.
DocumentMapCollapseTopLevelNode Returns “bDocumentMapCollapseTopLevelNode”.
DocumentMapExpandCurrentNode Returns “bDocumentMapExpandCurrentNode”.
DocumentMapExpandCurrentNodeButton Returns “bDocumentMapExpandCurrentNodeButton”.
DocumentMapExpandTopLevelNode Returns “bDocumentMapExpandTopLevelNode”.
DocumentMapGoToBookmark Returns “bDocumentMapGoToBookmark”.
DocumentMapHideAfterUseNode Returns “bDocumentMapHideAfterUseNode”.
DocumentMapShowOptions Returns “bDocumentMapOptions”.
FileRibbonGroup Returns “rgFile”.
FindRibbonGroup Returns “rgFind”.
MainRibbonPage Returns “rpMain”.
NavigationRibbonGroup Returns “rgNavigation”.
NextPage Returns “bNextPage”. Corresponds to the Next Page toolbar button that switches to the next document page.
NextView Returns “bNextView”. Corresponds to the Next view command in the document’s context menu.
Open Returns “bOpen”. Corresponds to the Open toolbar button that invokes the Open dialog allowing you to select a document to be loaded.
Pagination Returns “bPagination”.
PreviousPage Returns “bPreviousPage”. Corresponds to the Previous Page toolbar button that switches to the previous document page.
PreviousView Returns “bPreviousView”. Corresponds to the Previous view command in the document’s context menu.
Ribbon Returns “bRibbon”.
RotateRibbonGroup Returns “rgRotate”.
Search Returns “bSearch”. Corresponds to the Search toolbar button that invokes the search panel allowing you to find a specified text throughout a document.
SearchCheckCaseSensitive Returns “bCheckCaseSensitive”. Corresponds to the Case Sensitive option in the search panel that specifies whether to use case-sensitive search.
SearchCheckWholeWord Returns “bCheckWholeWord”. Corresponds to the Whole Words Only option in the search panel that specifies whether to match the whole word during the search.
SearchClose Returns “bSearchClose”. Corresponds to the Close button in the search panel.
SearchNext Returns “bSearchNext”. Corresponds to the Next button in the search panel that starts searching or searches down again.
SearchPrevious Returns “bSearchPrev”. Corresponds to the Previous button in the search panel that searches backwards.
SearchSettings Returns “bSearchSettings”. Corresponds to the Settings button in the search panel that provides a submenu with search options.
Zoom Returns “bZoom”. Corresponds to the Zoom toolbar button that zooms a document to a specific zoom factor.
ZoomIn Returns “bZoomIn”. Corresponds to the Zoom In toolbar button that increases a document’s current zoom factor.
ZoomOut Returns “bZoomOut”. Corresponds to the Zoom Out toolbar button that decreases a document’s current zoom factor.
ZoomRibbonGroup Returns “rgZoom”.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also