In This Article

RibbonGalleryCollapsedButton Class

Represents a collapsed button control, used when a RibbonGallery is in a collapsed variant size.

public class RibbonGalleryCollapsedButton : BarPopupButton, IPopupAnchor
Inheritance:
object Visual UIElement FrameworkElement Control ItemsControl MenuBase Menu BarPopupButtonBase BarPopupButton object
Implements:
IPopupAnchor

Constructors

RibbonGalleryCollapsedButton()

Initializes an instance of the class.

public RibbonGalleryCollapsedButton()

Methods

OnCreateAutomationPeer()

Provides an appropriate MenuAutomationPeer implementation for this control, as part of the WPF automation infrastructure.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

The type-specific AutomationPeer implementation.

Inherited Members