'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)
public virtual System.bool GetCommandImageInfo( System.int commandId, out NCustomImageList imageList, out System.int imageIndex )
Parameters
- commandId
- imageList
- imageIndex