ViewFromNativeObject Method |
Gets a View instance from a native COM object.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static View FromNativeObject(
Object obj
)
Parameters
- obj
- Type: SystemObject
The COM object.
Return Value
Type:
View
An View instance or null.
See Also