'Declaration
Public Overloads Shared Function CreateAutomationPeer( _ ByVal peerOwner As Object, _ ByVal ownerType As Type _ ) As AutomationPeer
public static AutomationPeer CreateAutomationPeer( object peerOwner, Type ownerType )
Parameters
- peerOwner
- Owner control.
- ownerType
- Type of the owner control.
Return Value
The automation peer object.