Click or drag to resize

DrawingView Properties

The DrawingView type exposes the following members.

Properties
  NameDescription
Public propertyClientRectangle
Gets the rectangle that represents the client area of the view.
Public propertyClientSize
Gets the height and width of the client area of the view.
Public propertyDocument
Get the document associated with the view.
(Inherited from TabView.)
Public propertyDrawing
Get the paper or part associated with the view.
Public propertyIsGestureStarted
Gets a value that indicates whether a mouse gesture has been started.
Public propertyIsInPlaceTextEditing
Gets a value that indicates whether the text is being edited in the text input window.
Public propertyIsMouseOver
Gets a value indicating which of the mouse pointer is located over the view.
Public propertyIsOleInPlaceActive
Gets a value that indicates whether the OLE item is being edited in-place.
Public propertyIsPanning
Gets a value that indicates whether the view is in pan mode.
Public propertyModifierKeys
Gets a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state.
Public propertyMouseButtons
Gets a value indicating which of the mouse buttons is in a pressed state.
Public propertyTabIndex
Gets or sets the index of the tab.
(Inherited from TabView.)
Public propertyTabViewType
Gets the view type in the tab.
(Inherited from TabView.)
Public propertyText
Get the tab text.
(Inherited from TabView.)
Public propertyViewBottomLeftPoint
Get the lower left coordinates of the currently displayed range in the world coordinate system.
Public propertyViewTopRightPoint
Get the upper right coordinate of the currently displayed range in the world coordinate system.
Public propertyWindowHandle
Get the window handle of the view.
(Inherited from TabView.)
Public propertyZoomScale
Get display scale of the view.
Top
See Also