Enum SetTabPropertiesOption
Namespace: Telerik.WinControls.Taskbar.Core
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum SetTabPropertiesOption
None
No specific property values are specified. The default behavior is used: the tab window provides a thumbnail and peek image, either live or static as appropriate.
UseAppPeekAlways
Always use the peek image provided by the main application frame window rather than a peek image provided by the individual tab window.
Do not combine this value with Use
UseAppPeekWhenActive
When the application tab is active and a live representation of its window is available, show the main application frame in the peek feature.
At other times, use the tab window. Do not combine this value with Use
UseAppThumbnailAlways
Always use the thumbnail provided by the main application frame window rather than a thumbnail provided by the individual tab window.
Do not combine this value with Use
UseAppThumbnailWhenActive
When the application tab is active and a live representation of its window is available, use the main application's frame window thumbnail.
At other times, use the tab window thumbnail. Do not combine this value with Use