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