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.
Retrieves a reference to one of the following objects from the radio button group of the InkToolbar.
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
- GetMenuButton(InkToolbarMenuKind)
- GetToggleButton(InkToolbarToggle)
- Pen and stylus interactions
- Add an InkToolbar to a Universal Windows Platform (UWP) app
- Get Started Tutorial: Support ink in your UWP app
- Simple ink sample (C#/C++)
- Complex ink sample (C++)
- Ink sample (JavaScript)
- Get Started Tutorial: Support ink in your UWP app
- Coloring book sample
- Family notes sample