In This Article

RibbonFooterControl Class

Represents a footer control within a Ribbon, generally used to display notifications or warnings.

public class RibbonFooterControl : ContentControl, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control System.Windows.Controls.ContentControl Object

Constructors

RibbonFooterControl()

Initializes a new instance of the RibbonFooterControl class.

public RibbonFooterControl()

Properties

Kind

Gets or sets a RibbonFooterKind indicating the kind of footer, which determines its appearance.

public RibbonFooterKind Kind { get; set; }

Property Value

RibbonFooterKind:

A RibbonFooterKind indicating the kind of footer, which determines its appearance. The default value is Default.

Methods

OnCreateAutomationPeer()

Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

System.Windows.Automation.Peers.AutomationPeer:

The type-specific System.Windows.Automation.Peers.AutomationPeer implementation.

Fields

KindProperty

Identifies the Kind dependency property. This field is read-only.

public static readonly DependencyProperty KindProperty

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()

Extension Methods