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