Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkToolbar.GetToolButton(InkToolbarTool) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

public:
 virtual InkToolbarToolButton ^ GetToolButton(InkToolbarTool tool) = GetToolButton;
InkToolbarToolButton GetToolButton(InkToolbarTool const& tool);
public InkToolbarToolButton GetToolButton(InkToolbarTool tool);
function getToolButton(tool)
Public Function GetToolButton (tool As InkToolbarTool) As InkToolbarToolButton

Parameters

tool
InkToolbarTool

Indicates the type of InkToolbarToolButton to retrieve.

Returns

The InkToolbarToolButton specified, or null if the button has not been added to the InkToolbar.

Applies to

See also


Feedback

Was this page helpful?