LayoutSynchronizer.IsSynchronizing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if any IDisposables created from BeginLayoutSynchronization still remain active.
public:
static property bool IsSynchronizing { bool get(); };
public:
static property bool IsSynchronizing { bool get(); };
public static bool IsSynchronizing { get; }
static member IsSynchronizing : bool
Public Shared ReadOnly Property IsSynchronizing As Boolean