WPF › Backstage Tab Control
Backstage Tab Control
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WPF
A highly customisable MS Office-like Backstage Tab .NET Control for WPF
1public types
26public members
1namespaces
Assembly
| Assembly | Binarymission.WPF.Controls.BackstageTabControl.dll |
| Root namespace | Binarymission.WPF.Controls.Office |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
<Window x:Class="MyApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:bm="clr-namespace:Binarymission.WPF.Controls.Office;assembly=Binarymission.WPF.Controls.BackstageTabControl">
<bm:BackstageTabControl />
</Window>
API reference
Binarymission.WPF.Controls.Office
class BackstageTabControl | A custom class that provides a standalone Tab control that mimics the MS Office Backstage tab control system. |