Version

IsLoadLayoutAllowed Property

Returns a boolean indicating if the XamDockManager is in a state in which a layout may be loaded.
Syntax
'Declaration
 
Public ReadOnly Property IsLoadLayoutAllowed As Boolean
public bool IsLoadLayoutAllowed {get;}
Remarks

By default this property is true and a layout may be synchronously loaded using the LoadLayout(String) overloads. This property will be set to false when an operation is in progress that would conflict with the loading of a layout such as during the drag of a pane. In such a case, one may either wait and check this property at a later time or use one of the overloads of LoadLayout(String,Boolean) that take a boolean allowing the layout to be loaded automatically after the blocking operation is completed.

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