Click or drag to resize

CommandSourceFactoryTIsCheckable Property

Gets a value indicating whether the control associated with this instance should be checkable, e.g. a MenuItem with IsCheckable or a ToggleButton in a tool bar.

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

Property Value

Type: Boolean

Implements

ICommandSourceFactoryIsCheckable
See Also