Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NEnableCreateConnectorCommand Class / GetSelectedItemImageInfo Method
resulting image list
resulting image index


In This Topic
    GetSelectedItemImageInfo Method (NEnableCreateConnectorCommand)
    In This Topic
    Obtains image info for the currently selected type of link
    Syntax
    'Declaration
     
    
    Public Overrides Function GetSelectedItemImageInfo( _
       ByRef imageList As NCustomImageList, _
       ByRef imageIndex As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NEnableCreateConnectorCommand
    Dim imageList As NCustomImageList
    Dim imageIndex As System.Integer
    Dim value As System.Boolean
     
    value = instance.GetSelectedItemImageInfo(imageList, imageIndex)
    public override System.bool GetSelectedItemImageInfo( 
       out NCustomImageList imageList,
       out System.int imageIndex
    )

    Parameters

    imageList
    resulting image list
    imageIndex
    resulting image index

    Return Value

    true if the image information was successfully obtained, 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