Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 3.58 KB

togglesplitbutton.md

File metadata and controls

46 lines (28 loc) · 3.58 KB
-api-id -api-type ms.custom
T:Windows.UI.Xaml.Controls.ToggleSplitButton
winrt class
RS5

Windows.UI.Xaml.Controls.ToggleSplitButton

-description

Represents a button with two parts that can be invoked separately. One part behaves like a toggle button and the other part invokes a flyout.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.ToggleSplitButton (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-remarks

Control style and template

You can modify the default Style and ControlTemplate to give the control a unique appearance. For information about modifying a control's style and template, see Styling controls. The default style, template, and resources that define the look of the control are included in the generic.xaml file. For design purposes, generic.xaml is available locally with the SDK or NuGet package installation.

  • WinUI Styles (recommended): Use Microsoft.UI.Xaml.Controls.ToggleSplitButton.
  • Non-WinUI styles: For built-in styles, see %ProgramFiles(x86)%\Windows Kits\10\DesignTime\CommonConfiguration\Neutral\UAP\<SDK version>\Generic\generic.xaml.

Locations might be different if you customized the installation. Styles and resources from different versions of the SDK might have different values.

XAML also includes resources that you can use to modify the colors of a control in different visual states without modifying the control template. Modifying these resources is preferred to setting properties such as Background and Foreground. For more info, see the Light-weight styling section of the XAML styles article. Light-weight styling resources are available starting in Windows 10, version 1607 (SDK 14393).

WinUI Styles (recommended): Use Microsoft.UI.Xaml.Controls.ToggleSplitButton.

Non-WinUI styles: When you use the built-in styles, the default style, template, and resources that define the look of the control are included in the generic.xaml file. For design purposes, generic.xaml is available in the (Program Files)\Windows Kits\10\DesignTime\CommonConfiguration\Neutral\UAP\ <SDK version>\Generic folder from a Windows SDK installation. Light-weight styling resources are available starting in Windows 10, version 1607 (SDK 14393). Styles and resources from different versions of the SDK might have different values.

-see-also

-examples

Tip

For more info, design guidance, and code examples, see Toggle split button.

[!div class="nextstepaction"] Open the WinUI 2 Gallery app and see the ToggleSplitButton in action

The WinUI 2 Gallery app includes interactive examples of most WinUI 2 controls, features, and functionality. Get the app from the Microsoft Store or get the source code on GitHub.