Click or drag to resize

NamespaceTreeControlFromNativeObject Method

Gets a NamespaceTreeControl instance from a native COM object.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static NamespaceTreeControl FromNativeObject(
	Object obj
)

Parameters

obj
Type: SystemObject
The COM object.

Return Value

Type: NamespaceTreeControl
An NamespaceTreeControl instance or null.
See Also