This document is archived and information here might be outdated. Recommended version. |
Create a new object using the specified object as a template. The kind argument may be NULL if the page interacts with only a single object.
[Visual Basic .NET]
Public Function CreateCompatibleObject ( _
ByVal kind As Object _
) As Object
[C#]
public object CreateCompatibleObject (
object kind
);