Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NApplyStyleSheetCommand Class / GetSelectedItemImageInfo Method
image list
image index


In This Topic
    GetSelectedItemImageInfo Method (NApplyStyleSheetCommand)
    In This Topic
    Gets the selected option image info
    Syntax
    'Declaration
     
    
    Public Overrides Function GetSelectedItemImageInfo( _
       ByRef imageList As NCustomImageList, _
       ByRef imageIndex As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NApplyStyleSheetCommand
    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
    image list
    imageIndex
    image index

    Return Value

    true if the image info was successfully retreived, 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