InkToolbar.Children Property

Definition

Gets the collection of custom buttons displayed on the InkToolbar.

DependencyObjectCollection Children();
public DependencyObjectCollection Children { get; }
var dependencyObjectCollection = inkToolbar.children;
Public ReadOnly Property Children As DependencyObjectCollection

Property Value

A collection of InkToolbar custom buttons.

Remarks

Children returns only the number of buttons on the InkToolbar that have been added manually (see ActiveTool and InitialControls). The default InkToolbar does not add any buttons to the value of this property.

Children does not include buttons declared in markup.

The InkToolbar consists of two distinct groups of button types:

Feature selection is mutually exclusive.

Features are not mutually exclusive and can be used concurrently with other active tools.

Applies to

See also