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 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 AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
Returns
- AutomationPeer:
The type-specific AutomationPeer implementation.
Fields
KindProperty
Identifies the Kind dependency property. This field is read-only.
public static readonly DependencyProperty KindProperty