Skip to content

AppBarMixins.AppBarIsSticky(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

Overloads

  • 1. public static void AppBarIsSticky(this IControlAppBar dummy, bool value)
  • 2. public static bool? AppBarIsSticky(this IControlAppBar dummy)

1. Overload

public static void AppBarIsSticky(this IControlAppBar dummy, bool value)

Summary: Sets the AppBar is sticky.

Parameters

NameTypeDescription
dummy[IControlAppBar](#The dummy.
valueboolif set to true [value].

2. Overload

public static bool? AppBarIsSticky(this IControlAppBar dummy)

Summary: Gets the AppBar is sticky.

Parameters

NameTypeDescription
dummy[IControlAppBar](#The dummy.

Returns: bool? -- bool.