IDocumentDefaultProperties Properties
Contains properties for documents within a TabbedView.| Name | Description |
|---|---|
| ActualMaxTabWidth | Gets the current tab header’s width for the current Document. |
| ActualTabWidth | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ActualThumbnailCaptionFormat | Gets the thumbnail caption format currently used by this document. Inherited from IBaseDocumentDefaultProperties. |
| AllowActivate | Gets or sets whether the current document can be activated. Inherited from IBaseDocumentDefaultProperties. |
| AllowAnimation | Gets or sets whether image animation is allowed for the current Document’s tab. |
| AllowClose | Gets or sets whether the current document can be closed. Inherited from IBaseDocumentDefaultProperties. |
| AllowDock | Gets or sets whether the current document can be docked. Inherited from IBaseDocumentDefaultProperties. |
| AllowDockFill | Gets or sets whether the current floating document can be docked as a tab. |
| AllowFloat | Gets or sets whether the current document can be made floating. Inherited from IBaseDocumentDefaultProperties. |
| AllowFloatOnDoubleClick | Gets or sets whether the current document can be made floating with a double click on the document header. |
| AllowGlyphSkinning | Gets or sets whether the current document’s icon should be painted with this document’s foreground color. Inherited from IBaseDocumentDefaultProperties. |
| AllowPin | Gets or sets whether the current Document can be pinned. |
| AllowTabReordering | Gets or sets whether or not this current document can be reordered within its parent DocumentGroup when docked to this group as a tab. |
| CanActivate | Gets whether the current document can be activated. Inherited from IBaseDocumentDefaultProperties. |
| CanAnimate | Gets if a Document‘s tab icon can be animated. |
| CanClose | Gets whether the current document can be closed. Inherited from IBaseDocumentDefaultProperties. |
| CanDock | Gets whether the current document can be docked. Inherited from IBaseDocumentDefaultProperties. |
| CanDockFill | Gets whether the current floating document can be docked as a tab. |
| CanFloat | Gets whether the current document can be made floating. Inherited from IBaseDocumentDefaultProperties. |
| CanFloatOnDoubleClick | Gets whether the current document can be made floating with a double click on the document header. |
| CanPin | Gets whether the current Document can be pinned. |
| CanReorderTab | Gets or sets whether or not this document can be reordered within its parent DocumentGroup. |
| CanShowInDocumentSelector | Gets whether the current Document can be displayed within a Document Selector. |
| CanShowPinButton | Gets whether the current Document can display its Pin Button. |
| CanUseFormIconAsDocumentImage | Gets whether a corresponding form’s icon is used as the current document’s image. Inherited from IBaseDocumentDefaultProperties. |
| CanUseGlyphSkinning | Gets whether this Document currently supports the Glyph Skinning feature. Inherited from IBaseDocumentDefaultProperties. |
| MaxTabWidth | Gets or sets the tab header’s width for individual Documents. |
| ShowInDocumentSelector | Gets or sets whether the current Document should be displayed within a Document Selector. |
| ShowPinButton | Gets or sets whether the Pin Button should be displayed in the current Document‘s tab header. |
| TabWidth | Gets or sets the width of the current Document‘s tab. |
| ThumbnailCaptionFormat | Gets or sets the format of a text, displayed within this document’s thumbnail in a Windows task bar. |
| UseFormIconAsDocumentImage | Gets or sets whether a corresponding form’s icon is used as the current document’s image. Inherited from IBaseDocumentDefaultProperties. |
See Also