Click or drag to resize

CommandSourceIsAnyTargetAttached Property

Gets a value indicating whether any target is attached to this source. Some controls like tool bars may want to hide commands that have no target attached rather than only disabling them.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public bool IsAnyTargetAttached { get; }

Property Value

Type: Boolean
See Also