ArcFM Responder Mobile Developer Guide
SetListItemImage Method






Syntax
'Declaration
 
Sub SetListItemImage( _
   ByVal pNode As ISSNode, _
   ByVal pListItem As ID8ListItem, _
   ByVal PictureH As System.Integer _
) 
'Usage
 
Dim instance As IMMListTree
Dim pNode As ISSNode
Dim pListItem As ID8ListItem
Dim PictureH As System.Integer
 
instance.SetListItemImage(pNode, pListItem, PictureH)
void SetListItemImage( 
   ISSNode pNode,
   ID8ListItem pListItem,
   System.int PictureH
)
procedure SetListItemImage( 
    pNode: ISSNode;
    pListItem: ID8ListItem;
    PictureH: System.Integer
); 
function SetListItemImage( 
   pNode : ISSNode,
   pListItem : ID8ListItem,
   PictureH : System.int
);
void SetListItemImage( 
   ISSNode* pNode,
   ID8ListItem* pListItem,
   System.int PictureH
) 
void SetListItemImage( 
   ISSNode^ pNode,
   ID8ListItem^ pListItem,
   System.int PictureH
) 

Parameters

pNode
pListItem
PictureH
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMListTree Interface
IMMListTree Members

Send Feedback