Click or drag to resize

ICommandSourceFactoryIsCheckable 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
bool IsCheckable { get; }

Property Value

Type: Boolean
See Also