ViewFilter.IsExecutingCommand 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 whether or not the filter is executing commands.
public:
static property bool IsExecutingCommand { bool get(); };
public:
static property bool IsExecutingCommand { bool get(); };
public static bool IsExecutingCommand { get; }
static member IsExecutingCommand : bool
Public Shared ReadOnly Property IsExecutingCommand As Boolean
Property Value
true
if commands are being executed, otherwise false
.