InkToolbar.GetToggleButton(InkToolbarToggle) Method

Definition

Retrieves a reference to an InkToolbarToggleButton object from the toggle button group of the InkToolbar.

public:
 virtual InkToolbarToggleButton ^ GetToggleButton(InkToolbarToggle tool) = GetToggleButton;
InkToolbarToggleButton GetToggleButton(InkToolbarToggle const& tool);
public InkToolbarToggleButton GetToggleButton(InkToolbarToggle tool);
function getToggleButton(tool)
Public Function GetToggleButton (tool As InkToolbarToggle) As InkToolbarToggleButton

Parameters

tool
InkToolbarToggle

Indicates the type of InkToolbarToggleButton to retrieve.

Returns

The InkToolbarToggleButton specified.

Applies to

See also