Nevron.Diagram.WinForm Namespace / NDWFR Class / GetCommandImageInfo Method


GetCommandImageInfo Method (NDWFR)
Syntax
'Declaration
 
Public Shared Function GetCommandImageInfo( _
   ByVal command As DiagramCommand, _
   ByRef imageList As NCustomImageList, _
   ByRef imageIndex As System.Integer _
) As System.Boolean
 
'Usage
 
Dim command As DiagramCommand
Dim imageList As NCustomImageList
Dim imageIndex As System.Integer
Dim value As System.Boolean
 
value = NDWFR.GetCommandImageInfo(command, imageList, imageIndex)

Parameters

command
imageList
imageIndex
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