CreateAutomationPeer(Object,Type) Method
Creates an instance of AutomationPeer class for given C1 control.
'Declaration
Public Overloads Shared Function CreateAutomationPeer( _
ByVal As System.Object, _
ByVal As System.Type _
) As Windows.UI.Xaml.Automation.Peers.AutomationPeer
public static Windows.UI.Xaml.Automation.Peers.AutomationPeer CreateAutomationPeer(
System.object ,
System.Type
)
Parameters
- peerOwner
- Owner control.
- ownerType
- Type of the owner control.
Return Value
The automation peer object.