Nevron.Diagram.WinForm.Commands Namespace / NChangeViewLayoutCommand Class / GetSelectedItemImageInfo Method


In This Topic
    GetSelectedItemImageInfo Method (NChangeViewLayoutCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function GetSelectedItemImageInfo( _
       ByRef imageList As NCustomImageList, _
       ByRef imageIndex As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NChangeViewLayoutCommand
    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
    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