DocumentManager.ShowThumbnailsInTaskBar Property
Gets or sets whether thumbnails for the Documents within this DocumentManager should be displayed in Windows Task Bar.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean ShowThumbnailsInTaskBar { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default | A DefaultBoolean enumerator value that specifies whether thumbnails for the Documents within this DocumentManager should be displayed in Windows Task Bar. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
By default, a DocumentManager-based application displays the single Task Bar thumbnail for the entire form (see the figure below).
If the ShowThumbnailsInTaskBar property is set to DefaultBoolean.True, each non-empty Document will display its own thumbnail. Clicking it selects the corresponding Document. The figure below illustrates this behavior.
You can select the maximum number of thumbnails via the DocumentManager.MaxThumbnailCount property. If the number of thumbnails exceeds this value, only thumbnails for the most recently selected Documents will be displayed.
The ShowThumbnailsInTaskBar property is designed to be used within a TabbedView. Its proper functioning in any other View cannot be guaranteed.
Note
The ShowThumbnailsInTaskBar property requires a desktop that runs Windows Vista (minimum supported client)/Windows Server 2008 (minimum supported server) or a newer operating system version.