NamespaceTreeControlFromNativeObject Method |
Gets a NamespaceTreeControl 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 NamespaceTreeControl FromNativeObject(
Object obj
)
Parameters
- obj
- Type: SystemObject
The COM object.
Return Value
Type:
NamespaceTreeControl
An NamespaceTreeControl instance or null.
See Also