TabbedView Properties
Presents MDI child windows as a tabbed UI.| Name | Description |
|---|---|
| ActiveDocument | Gets the active document. Inherited from BaseView. |
| ActiveFloatDocument | Gets the active floating document. Inherited from BaseView. |
| AllowHotkeyNavigation | Gets or sets whether switching between tabbed documents using keyboard shortcuts is allowed. Inherited from BaseView. |
| AllowResetLayout | Gets or sets whether the current DocumentManager‘s layout can be reset to default. Inherited from BaseView. |
| Appearance | Contains appearance settings for the current View. Inherited from BaseView. |
| AppearancePage | Provides access to appearance settings for all Documents within the current TabbedView. |
| BackgroundImage | Gets or sets the current DocumentManager‘s background image. Inherited from BaseView. |
| BackgroundImageLayoutMode | Gets or sets the background image layout as defined in the ImageLayoutMode enumeration. Inherited from BaseView. |
| BackgroundImageStretchMargins | Gets or sets stretching margins for a DocumentManager‘s background image in a View. Inherited from BaseView. |
| Bounds | Gets the visual bounds of the current object. Inherited from BaseView. |
| 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. Inherited from BaseView. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| DocumentGroupProperties | Provides access to properties common to all document groups within the current View. |
| DocumentGroups | Provides access to a collection of document groups. |
| DocumentProperties | Provides access to properties common to all documents within the current View. |
| Documents | Stores all documents displayed within the View. Inherited from BaseView. |
| DocumentSelectorProperties | Provides access to appearance settings used for a Document Selector within the current view. Inherited from BaseView. |
| EnableFreeLayoutMode | Gets or sets whether or not documents within this TabbedView can be grouped into DocumentGroups without limitations. |
| EnableStickySplitters | Gets or sets whether or not sticky splitters are on. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| FloatDocuments | Provides access to floating documents. Inherited from BaseView. |
| FloatDocumentsAlwaysOnTop | Gets or sets whether floating Documents are always drawn on top of their parent forms. Inherited from BaseView. |
| FloatingDocumentContainer | Gets or sets a type of container for floating documents within the current BaseView. Inherited from BaseView. |
| FloatPanels | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseView. |
| 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. Inherited from BaseView. |
| IsEmpty | Gets whether a View is empty. Inherited from BaseView. |
| IsFocused | Gets whether any document within the current View has focus. Inherited from BaseView. |
| IsHorizontal | Returns true if the TabbedView.Orientation property is set to Horizontal. |
| 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. Inherited from BaseView. |
| IsLoading | Gets whether the current object is being loaded. Inherited from BaseView. |
| IsLoadingAnimationInProgress | Gets whether loading indicator animation is currently running within this View. Inherited from BaseView. |
| 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. Inherited from BaseView. |
| LoadingIndicatorProperties | Provides access to appearance settings used for a loading indicator within the current BaseView. Inherited from BaseView. |
| Manager | Gets a DocumentManager that owns the current View. Inherited from BaseView. |
| OptionsLayout | Gets the object containing properties related to the current View’s layout. Inherited from BaseView. |
| Orientation | Gets or sets whether groups in the TabbedView are oriented horizontally or vertically. |
| Padding | This is an internal property that should not be used. Inherited from BaseView. |
| RootContainer | Retrieves the underlying DockingContainer owned by this TabbedView. |
| ShowDockGuidesOnPressingShift | Gets or sets whether an end-user has to press a keyboard Shift key in order to display Dock Guides when dragging a Document within the current TabbedView. |
| ShowDocumentSelectorMenuOnCtrlAltDownArrow | Gets or sets whether an end-user can invoke the Document Selector Menu via the Ctrl+Alt+Down shortcut. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| Style | Gets or sets the View style. Inherited from BaseView. |
| Type | Gets the type of the current View. |
| UseDocumentSelector | Gets or sets if a Document Selector is enabled for the current Document Manager. Inherited from BaseView. |
| UseLoadingIndicator | Gets or sets if a loading indicator for deferred load should be used. Inherited from BaseView. |
| UseSnappingEmulation | Gets or sets whether this BaseView uses snapping emulation for its child documents. Inherited from BaseView. |
| WindowsDialogProperties | Gets an object containing settings related to the current DocumentManager‘s Windows dialog. Inherited from BaseView. |
See Also