Freigeben über


RibbonQuickAccessToolBarAutomationPeer.ExpandCollapseState-Eigenschaft

Ruft den Zustand (erweitert oder reduziert) der RibbonQuickAccessToolBar ab, die diesem RibbonQuickAccessToolBarAutomationPeer zugeordnet ist.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public ReadOnly Property ExpandCollapseState As ExpandCollapseState
    Get
public ExpandCollapseState ExpandCollapseState { get; }
public:
virtual property ExpandCollapseState ExpandCollapseState {
    ExpandCollapseState get () sealed;
}
abstract ExpandCollapseState : ExpandCollapseState
override ExpandCollapseState : ExpandCollapseState
final function get ExpandCollapseState () : ExpandCollapseState

Eigenschaftswert

Typ: System.Windows.Automation.ExpandCollapseState
Der Zustand des RibbonQuickAccessToolBar, das mit diesem RibbonQuickAccessToolBarAutomationPeer verknüpft ist.

Implementiert

IExpandCollapseProvider.ExpandCollapseState

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonQuickAccessToolBarAutomationPeer Klasse

Microsoft.Windows.Automation.Peers-Namespace