AppBarMixins.ShowAppBar(IControlAppBar, bool) method¶
Defined in
Type: AppBarMixins
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public static void ShowAppBar(this IControlAppBar dummy, bool isSticky = false)
Summary: Shows the application bar.
Parameters
| Name | Type | Description |
|---|---|---|
dummy | [IControlAppBar](# | The dummy. |
isSticky = false | bool | if set to true [is sticky]. |