JamBaseShellListViewGetUIObject Method  | 
 
            Get the UI object.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxprotected virtual Object GetUIObject(
	Guid riid
)
Protected Overridable Function GetUIObject ( 
	riid As Guid
) As Object
protected:
virtual Object^ GetUIObject(
	Guid riid
)
abstract GetUIObject : 
        riid : Guid -> Object 
override GetUIObject : 
        riid : Guid -> Object Parameters
- riid
 - Type: SystemGuid
The interface id that should be returned. 
Return Value
Type: 
ObjectBase class returns null.
See Also