Type | Description | |||
Variant | A Variant expression that holds a COM object or a .NET object |
The following VB.NET sample browses the properties of the form that contains the control:
AxPropertiesList1.SelectedObject = Me
The following C# sample browses the properties of the form that contains the control:
axPropertiesList1.SelectedObject = this;