Gets an AutomationPeer object used for testing the control.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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