CADability dotNET
The ModelView type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ModelView(Project) | ||
| ModelView(Project, SimpleControl) |
Methods
Properties
| Name | Description | |
|---|---|---|
| AllowContextMenu |
Gets or sets a flag which controls the context menu when a right mouse click in this view happens.
| |
| AllowDrag |
Gets or sets a flag which controls the dragging from this view, whether this view may be a source to DragAndDrop.
| |
| AllowDrop |
Gets or sets a flag which controls whether a dragged object may be dropped on this view.
| |
| BackgroundColor | ||
| DisplayRectangle | ||
| Distance | ||
| EntryType |
Overrides EntryType,
returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.) | |
| FixPoint | ||
| FixPointValid | ||
| LabelText | (Overrides IShowPropertyImpl..::..LabelText.) | |
| LabelType |
Overrides LabelType (Overrides IShowPropertyImpl..::..LabelType.) | |
| LineWidthMode | ||
| Model | ||
| Name | ||
| ProjectedModel | ||
| Projection | ||
| SubEntries |
Overrides SubEntries,
returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.) | |
| SubEntriesCount |
Overrides SubEntriesCount,
returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.) | |
| SupressAutoRegeneration | ||
| ZAxisUp |
Events
| Name | Description | |
|---|---|---|
| DisplayChangedEvent | ||
| MouseDoubleClick |
Provide an event handler for the mouse double click message here if you want to manipulate the mouse input to this ModelView
| |
| MouseDown |
Provide an event handler for the mouse down message here if you want to manipulate the mouse input to this ModelView
| |
| MouseMove |
Provide an event handler for the mouse move message here if you want to manipulate the mouse input to this ModelView
| |
| MouseUp |
Provide an event handler for the mouse up message here if you want to manipulate the mouse input to this ModelView
| |
| MouseWheel |
Provide an event handler for the mouse wheel message here if you want to manipulate the mouse input to this ModelView
| |
| PaintBackgroundEvent | ||
| PrePaintBackground |
Event to modify backgroung painting
| |
| ProjectionChangedEvent |
Event for notification of view position and direction changes
| |
| ScrollPositionChangedEvent |