Click or drag to resize

VisualPropertiesFromNativeObject Method

Gets a VisualProperties instance from a native COM object.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static VisualProperties FromNativeObject(
	Object obj
)

Parameters

obj
Type: SystemObject
The COM object.

Return Value

Type: VisualProperties
An VisualProperties instance or null.
See Also