DocumentGroup Properties
A group of Documents within a TabbedView.Name | Description |
---|---|
AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. |
AccessibleName | Gets or sets the object’s name used by accessibility client applications. |
AccessibleRole | Gets or sets the object’s accessible role. |
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. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
GroupLength | Gets or sets the width/height of the current group. This property is in effect when there are multiple groups in the TabbedView.DocumentGroups collection. |
IsDisposing | Gets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent. |
IsFilledUp | Gets whether the group contains the maximum possible number of documents. |
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. |
IsUpdateLocked | Returns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent. |
Items | Contains documents displayed within the current group. This property is hidden from Visual Studio IntelliSense. Use this property to access items only. Do not add or remove items to/from the collection. |
Manager | Gets a DocumentManager that owns the current group. |
Properties | Provides access to the current document group’s properties. |
SelectedDocument | Gets the currently selected document. |
SelectedItemIndex | Gets the index of the currently selected document within the DocumentGroup.Items collection. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag | Gets or sets an object that contains data on the current DocumentGroup object. |
Visible | Gets or sets whether the current DocumentGroup is visible. |
See Also