ComponentOne TileView for WPF and Silverlight
C1.Silverlight.TileView Namespace / C1TileView Class / OnCreateAutomationPeer Method


In This Topic
    OnCreateAutomationPeer Method (C1TileView)
    In This Topic
    Gets an AutomationPeer object used for testing the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function OnCreateAutomationPeer() As AutomationPeer
    'Usage
     
    
    Dim instance As C1TileView
    Dim value As AutomationPeer
     
    value = instance.OnCreateAutomationPeer()
    protected override AutomationPeer OnCreateAutomationPeer()

    Return Value

    An AutomationPeer object used for testing the control.
    See Also