InkToolbar.GetToggleButton(InkToolbarToggle) 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 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
- GetMenuButton(InkToolbarMenuKind)
- GetToolButton(InkToolbarTool)
- 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