Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDWFR Class / GetCommandImageInfo Method
diagram command
resulting image list
resulting image index


In This Topic
    GetCommandImageInfo Method (NDWFR)
    In This Topic
    Gets image info for the specified diagram command
    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)
    public static System.bool GetCommandImageInfo( 
       DiagramCommand command,
       out NCustomImageList imageList,
       out System.int imageIndex
    )

    Parameters

    command
    diagram command
    imageList
    resulting image list
    imageIndex
    resulting image index

    Return Value

    true if image info was successfully acquired, otherwise false
    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