The IViewer type exposes the following members.

Methods

  NameDescription
Public methodEnsureVisible
Scroll the given rectangle into view.

Properties

  NameDescription
Public propertyCursor
The current cursor.
Public propertyCursorPosition
The current position of the cursor, with respect to the viewer.
Public propertyFocusInteractor
The interactor that has the focus. Assiging a different interactor will set the focus to that interactor. This property is null if no interactor has the focus.
Public propertyHoverInteractor
The interactor that the mouse is hovering over. This propery is null if the mouse is not hovering over any interactor.
Public propertyLayoutManager
The top level layoutmanager that the viewer uses.
Public propertySelection
The current selection of the viewer.
Public propertyViewerSettings
Gets the viewer settings.
Public propertyVisibleLeft
The leftmost coordinate of the document that is visible.
Public propertyVisibleTop
The topmost coordinate of the document that is visible.
Public propertyZoomFactor
The zoom factor of the viewer with respect to the document.

See Also