Version

FloatingWindowCaptionSource Enumeration

Enumeration used to determine what is providing the caption for a floating PaneToolWindow
Syntax
'Declaration
 
Public Enum FloatingWindowCaptionSource 
   Inherits System.Enum
public enum FloatingWindowCaptionSource : System.Enum 
Members
MemberDescription
UseContentPaneCaptionWhen the PaneToolWindow is only showing a single ContentPane, the title of the PaneToolWindow will be hidden and the PaneHeaderPresenter of the ContentPane will be displayed instead. Note, if the tool window has multiple ContentPane instances visible at the same time (e.g. 2 ContentPanes in a Horizontal/Vertical SplitPane) then the title of the PaneToolWindow will still be displayed. Also when using this value the Infragistics.Windows.Controls.ToolWindow.UseOSNonClientArea will be forced to false since the OS non-client area cannot render WPF content.
UseToolWindowTitleThe Infragistics.Windows.Controls.ToolWindow.Title is shown.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also