IDocumentGroupDefaultProperties Properties
Contains properties for an individual document group.| Name | Description |
|---|---|
| ActualAllowHtmlDraw | Returns whether or not all documents that belong to this DocumentGroup are currently allowed to format their captions by using HTML tags. |
| ActualClosePageButtonShowMode | Gets the value that determines the actual way the Close buttons are displayed in the current document group. |
| ActualCloseTabOnMiddleClick | Gets the actual value that determines if tabs in the current document group will be closed on a mouse middle click. |
| ActualDestroyOnRemovingChildren | Gets the actual value that determines if the current document group will be destroyed after removing all of its children. |
| ActualHeaderAutoFill | Gets or sets whether tabs are actually stretched to fill the entire width of the group. |
| ActualHeaderButtonsShowMode | Gets the current conditions that specify when tab buttons within a DocumentGroup‘s tab header panel are displayed. |
| ActualHeaderLocation | Gets the value that specifies the actual header position of the current document group. |
| ActualHeaderOrientation | Gets the value that specifies the actual header orientation for the current document group. |
| ActualMaxDocuments | Gets or sets the actual maximum number of documents in the current document group. |
| ActualMultiLine | Gets whether tabs are actually displayed in multiple or single lines. |
| ActualPageImagePosition | Gets or sets the actual alignment of images displayed in document tabs that belong to the current group. |
| ActualPinPageButtonShowMode | Gets which tab headers within the current DocumentGroup should display their Pin Buttons. |
| AllowHtmlDraw | Gets or sets whether or not all documents that belong to this DocumentGroup can format their captions by using HTML tags. |
| ClosePageButtonShowMode | Gets or sets the value that determines the way the Close buttons are displayed in the current document group. |
| CloseTabOnMiddleClick | Gets or sets the value that determines if tabs in the current document group will be closed on a mouse middle click. |
| CustomHeaderButtons | Provides access to a custom header button collection displayed in the current document group. |
| DestroyOnRemovingChildren | Gets or sets the value that determines if the current document group will be destroyed after removing all of its children. |
| GetActualHeaderButtons | Gets tab buttons, currently displayed within individual DocumentGroups’ tab header panels. |
| HasDocumentSelectorButton | Gets if a document selector button is enabled for the current DocumentGroup. |
| HasTabHeader | Gets the value that determines if a tab header is actually shown in the current document group. |
| HeaderAutoFill | Gets or sets whether tabs are stretched to fill the entire width of the group. |
| HeaderButtons | Gets or sets which tab buttons can be displayed within the current DocumentGroup‘s tab header panel. |
| HeaderButtonsShowMode | Gets or sets when tab buttons are displayed within the current DocumentGroup‘s tab header panel. |
| HeaderLocation | Gets or sets the value that specifies the current document group’s header position. |
| HeaderOrientation | Gets or sets the value that specifies the header orientation for the current document group. |
| MaxDocuments | Gets or sets the maximum number of documents in the current document group. |
| MultiLine | Gets or sets whether tabs are displayed in multiple or single lines. |
| PageImagePosition | Gets or sets the alignment of images displayed in document tabs that belong to the current group. |
| PinPageButtonShowMode | Gets or sets which tab headers within the current DocumentGroup should display their Pin Buttons. |
| ShowDocumentSelectorButton | Gets or sets if a document selector button should be displayed within the individual DocumentGroup. |
| ShowTabHeader | Gets or sets the value that determines if a tab header is shown in the current document group. |
| TabWidth | Gets or sets the width of tabs within the current DocumentGroup. |
See Also