Click or drag to resize

AbstractViewContent Properties

The AbstractViewContent type exposes the following members.

Properties
 NameDescription
Public propertyCloseCommand Gets the command that closes the view content.
Public propertyCloseWithSolution Gets whether this view content should be closed when the solution is closed.
Public propertyContentId Gets or sets the content identifier. Here, the content identifier is calculated of the reference hash of the document. Setting is not implemented here.
Public propertyIconSource Gets or sets the icon source.
Public propertyInfoTip Gets or sets the informational tooltip for the view content.
Public propertyInitiallyFocusedControl Gets the control which has focus initially.
Public propertyIsActive Gets or sets a value indicating whether the view of this instance is active in the UI.
Public propertyIsContentVisible Gets a value indicating whether the content of this document window is visible (it is if either IsActive or IsSelected is visible.
Public propertyIsDirty If this property returns true the content has changed since the last load/save operation.
Public propertyIsDisposed Gets a value indicating whether the view content has been disposed.
Public propertyIsDisposeInProgress Gets or sets a value indicating whether disposal is in progress.
Public propertyIsReadOnly Gets if the view content is read-only (can be saved only when choosing another file name).
Public propertyIsSelected Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
Public propertyIsViewOnly Gets if the view content is view-only (cannot be saved at all).
Public propertyIsVisible Gets or sets the visibility of the document. If false, the document tab header is not visible (but the document itself maybe visible !). If true, the document tab header is visible (if it fits in the bar), and the document is visible, if it is selected, too.
Public propertyModelObject Gets the model (document) that this controller manages.
Public propertyServices Gets or sets the service container for the view content.
Public propertyTitle Gets/Sets the title of the current tab page. This value will be passed through the string parser before being displayed.
Public propertyViewObject Gets or sets the GUI element that shows the model to the user.
Top
See Also