Freigeben über


RibbonAutomationPeer.ExpandCollapseState-Eigenschaft

Ruft den Zustand (erweitert oder reduziert) des Steuerelements ab, das diesem RibbonAutomationPeer 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 Steuerelements, das diesem RibbonAutomationPeer zugeordnet ist.

Implementiert

IExpandCollapseProvider.ExpandCollapseState

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonAutomationPeer Klasse

Microsoft.Windows.Automation.Peers-Namespace