RadControls for Silverlight

Gets the control pattern for the UIElement that is associated with this FrameworkElementAutomationPeer.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.2.611.1050

Syntax

C#
public override Object GetPattern(
	PatternInterface patternInterface
)
Visual Basic
Public Overrides Function GetPattern ( _
	patternInterface As PatternInterface _
) As Object

Parameters

patternInterface
Type: System.Windows.Automation.Peers..::..PatternInterface
A value from the enumeration.

Return Value

Null.

See Also