Click or drag to resize

CustomFileListTGetUIObject Method

Returns for the currently selected item a COM object that implements the requested interface.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override Object GetUIObject(
	Guid riid
)

Parameters

riid
Type: SystemGuid
IID of the interface that should be returned

Return Value

Type: Object
The UIObject that is returned by GetUIObject(Guid)
See Also