Nevron.Chart.WinForm Namespace / NChartCommander Class / GetCommandImageInfo Method


GetCommandImageInfo Method (NChartCommander)
Syntax
'Declaration
 
Public Overridable Function GetCommandImageInfo( _
   ByVal commandId As System.Integer, _
   ByRef imageList As NCustomImageList, _
   ByRef imageIndex As System.Integer _
) As System.Boolean
 
'Usage
 
Dim instance As NChartCommander
Dim commandId As System.Integer
Dim imageList As NCustomImageList
Dim imageIndex As System.Integer
Dim value As System.Boolean
 
value = instance.GetCommandImageInfo(commandId, imageList, imageIndex)

Parameters

commandId
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