ToggleButtonAutomationPeer::GetPattern Method (PatternInterface)

 

Gets the control pattern for the ToggleButton that is associated with this ToggleButtonAutomationPeer.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual Object^ GetPattern(
	PatternInterface patternInterface
) override

Parameters

patternInterface
Type: System.Windows.Automation.Peers::PatternInterface

One of the enumeration values.

Return Value

Type: System::Object^

If patternInterface is Toggle, this method returns the current instance of the ToggleButtonAutomationPeer, otherwise null.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: