Gets an AutomationPeer object used for testing the control.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
protected override AutomationPeer OnCreateAutomationPeer()
Visual Basic
Protected Overrides Function OnCreateAutomationPeer As AutomationPeer

Return Value

An AutomationPeer object used for testing the control.

See Also