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

BaseView Properties

The base class for Views in a DocumentManager.
Name Description
ActiveDocument Gets the active document.
ActiveFloatDocument Gets the active floating document.
AllowHotkeyNavigation Gets or sets whether switching between tabbed documents using keyboard shortcuts is allowed.
AllowResetLayout Gets or sets whether the current DocumentManager‘s layout can be reset to default.
Appearance Contains appearance settings for the current View.
BackgroundImage Gets or sets the current DocumentManager‘s background image.
BackgroundImageLayoutMode Gets or sets the background image layout as defined in the ImageLayoutMode enumeration.
BackgroundImageStretchMargins Gets or sets stretching margins for a DocumentManager‘s background image in a View.
Bounds Gets the visual bounds of the current object.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
Controller Provides methods to work with documents in the current View.
CustomResizeZoneThickness Gets or sets the resize zone thickness.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DocumentProperties Provides access to properties common to all documents within the current View.
Documents Stores all documents displayed within the View.
DocumentSelectorProperties Provides access to appearance settings used for a Document Selector within the current view.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
FloatDocuments Provides access to floating documents.
FloatingDocumentContainer Gets or sets a type of container for floating documents within the current BaseView.
FloatPanels This member supports the internal infrastructure, and is not intended to be used directly from your code.
IsDisposing Gets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsDocumentSelectorVisible Gets if a document selector for this BaseView is currently visible.
IsEmpty Gets whether a View is empty.
IsFocused Gets whether any document within the current View has focus.
IsInitialized Indicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializing Returns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsLoaded Gets whether the current object has been loaded.
IsLoading Gets whether the current object is being loaded.
IsLoadingAnimationInProgress Gets whether loading indicator animation is currently running within this View.
IsUpdateLocked Returns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
Items This member supports the internal infrastructure, and is not intended to be used directly from your code.
LoadingIndicatorProperties Provides access to appearance settings used for a loading indicator within the current BaseView.
Manager Gets a DocumentManager that owns the current View.
OptionsLayout Gets the object containing properties related to the current View’s layout.
Site Gets or sets the ISite of the Component. Inherited from Component.
Style Gets or sets the View style.
Type Gets the current View’s type.
UseDocumentSelector Gets or sets if a Document Selector is enabled for the current Document Manager.
UseLoadingIndicator Gets or sets if a loading indicator for deferred load should be used.
UseSnappingEmulation Gets or sets whether this BaseView uses snapping emulation for its child documents.
WindowsDialogProperties Gets an object containing settings related to the current DocumentManager‘s Windows dialog.
See Also