Version

FloatingWindowDoubleClickAction Enumeration

Enumeration used to determine what happens when double clicking the floating window's caption.
Syntax
'Declaration
 
Public Enum FloatingWindowDoubleClickAction 
   Inherits System.Enum
public enum FloatingWindowDoubleClickAction : System.Enum 
Members
MemberDescription
ToggleDockedStateThe ContentPane instances within a floating PaneToolWindow whose PaneLocation is DockableFloating will be returned to their previous docked locations.
ToggleWindowStateThe Infragistics.Windows.Controls.ToolWindow.WindowState of the window will be toggled between 'Normal' and 'Maximized' if the Infragistics.Windows.Controls.ToolWindow.AllowMaximize is true.
Remarks

Note: This property only impacts the floating ToolWindow's caption. It does not affect the behavior when double clicking on a PaneHeaderPresenter for a ContentPane or a PaneTabItem.

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