Click or drag to resize

ShellThumbnailIsUpdating Method

Query if this object is currently updating, i.e. if a BeginUpdate has been called.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public bool IsUpdating()

Return Value

Type: Boolean
True if updating, false if not.
See Also