RibbonBackstageCloseButton Class
Represents the close button control for a RibbonBackstage.
public class RibbonBackstageCloseButton : Button
- Inheritance:
- object Visual UIElement FrameworkElement Control ContentControl ButtonBase Button object
Constructors
RibbonBackstageCloseButton()
Initializes a new instance of the RibbonBackstageCloseButton class.
public RibbonBackstageCloseButton()
Methods
OnCreateAutomationPeer()
Creates an appropriate ButtonAutomationPeer for this control as part of the WPF infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
Returns
- AutomationPeer:
A ButtonAutomationPeer for this control.