Share via


RibbonQuickAccessToolBarAutomationPeer.ExpandCollapseState Property

Gets the state, expanded or collapsed, of the RibbonQuickAccessToolBar that is associated with this RibbonQuickAccessToolBarAutomationPeer.

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

Syntax

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

Property Value

Type: System.Windows.Automation.ExpandCollapseState
The state of the RibbonQuickAccessToolBar that is associated with this RibbonQuickAccessToolBarAutomationPeer.

Implements

IExpandCollapseProvider.ExpandCollapseState

.NET Framework Security

See Also

Reference

RibbonQuickAccessToolBarAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace