Version

ChildToolCheckBehavior Property

Gets or sets how Checkable tools in the collection behave with respect to each other.
Syntax
'Declaration
 
Public Property ChildToolCheckBehavior As ChildToolCheckBehavior
public ChildToolCheckBehavior ChildToolCheckBehavior {get; set;}
Remarks

This property determines how many tools in a collection can be checked at the same time. The property is set on the parent tool and determines how many of the child tools of that tool may be checked.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also