RibbonFooterControl Class
Represents a footer control within a Ribbon, generally used to display notifications or warnings.
public class RibbonFooterControl : ContentControl
- Inheritance:
- object Visual UIElement FrameworkElement Control ContentControl object
Constructors
RibbonFooterControl()
Initializes an instance of the class.
public RibbonFooterControl()
Properties
Kind
A RibbonFooterKind indicating the kind of footer, which determines its appearance.
public RibbonFooterKind Kind { get; set; }
Property Value
- RibbonFooterKind:
The default value is Default.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
Returns
- AutomationPeer:
The type-specific AutomationPeer implementation.
Fields
KindProperty
Defines the Kind property.
public static readonly DependencyProperty KindProperty