SearchControlAutomationPeer Class

Definition

Microsoft internal use only. Exposes UI automation support for the Visual Studio common search control.

public ref class SearchControlAutomationPeer : System::Windows::Automation::Peers::FrameworkElementAutomationPeer, System::Windows::Automation::Provider::IExpandCollapseProvider
public class SearchControlAutomationPeer : System.Windows.Automation.Peers.FrameworkElementAutomationPeer, System.Windows.Automation.Provider.IExpandCollapseProvider
type SearchControlAutomationPeer = class
    inherit FrameworkElementAutomationPeer
    interface IExpandCollapseProvider
Public Class SearchControlAutomationPeer
Inherits FrameworkElementAutomationPeer
Implements IExpandCollapseProvider
Inheritance
SearchControlAutomationPeer
Implements

Constructors

SearchControlAutomationPeer(SearchControl)

Creates a new instance of the class with the specified common search control owner.

Methods

GetAutomationControlTypeCore()

When overridden in a derived class, is called by GetAutomationControlType.

GetChildrenCore()

When overridden in a derived class, is called by GetChildren.

GetClassNameCore()

When overridden in a derived class, is called by GetClassName.

GetPattern(PatternInterface)

When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.

Explicit Interface Implementations

IExpandCollapseProvider.Collapse()

Blocking method that returns after the element has been collapsed.

IExpandCollapseProvider.Expand()

Blocking method that returns after the element has been expanded.

IExpandCollapseProvider.ExpandCollapseState

indicates an element's current Collapsed or Expanded state

Applies to