IDocumentProperties Properties
Contains properties common to documents within a TabbedView.| Name | Description |
|---|---|
| AllowActivate | Gets or sets whether the current View’s documents can be activated. Inherited from IBaseDocumentProperties. |
| AllowAnimation | Gets or sets if a tab icon’s animation is allowed for all Documents within a TabbedView. |
| AllowClose | Gets or sets whether the current View’s documents can be closed. Inherited from IBaseDocumentProperties. |
| AllowDock | Gets or sets whether the current View’s documents can be docked. Inherited from IBaseDocumentProperties. |
| AllowDockFill | Gets or sets whether floating documents in the current View can be docked as tabs. |
| AllowFloat | Gets or sets whether the current View’s documents can be made floating. Inherited from IBaseDocumentProperties. |
| AllowFloatOnDoubleClick | Gets or sets whether the current Tabbed View’s documents can be made floating with a double click on document headers. |
| AllowGlyphSkinning | Gets or sets whether all Documents within the current View should have their icons painted in the Documents’ foreground colors. Inherited from IBaseDocumentProperties. |
| AllowPin | Gets or sets whether any Document within the current TabbedView can be pinned. |
| AllowTabReordering | Gets or sets whether or not any document within this TabbedView can be reordered within its parent DocumentGroup. |
| MaxTabWidth | Gets or sets the tab header’s width for all Documents within a TabbedView. |
| ShowInDocumentSelector | Gets or sets whether Documents within the current TabbedView should be displayed in a Document Selector. |
| ShowPinButton | Gets or sets whether Pin Buttons should be displayed in tab headers of the current TabbedView‘s Documents. |
| TabWidth | Gets or sets the width of tabs within the current TabbedView. |
| ThumbnailCaptionFormat | Gets or sets the format of a text, displayed within document thumbnails in a Windows task bar. |
| UseFormIconAsDocumentImage | Gets or sets whether underlying forms’ icons are applied to the current View’s documents. Inherited from IBaseDocumentProperties. |
See Also