EditSelectionGetByIndex Method (CoMLCharGenClass)
item index
item ID
selection color for the item
Gets a selected item from the selection by item index
Syntax
Public Overridable Sub EditSelectionGetByIndex( _
   ByVal _nIndex As Integer, _
   ByRef _pbsItemID As String, _
   ByRef _pbsColor As String _
) 
public virtual void EditSelectionGetByIndex( 
   int _nIndex,
   out string _pbsItemID,
   out string _pbsColor
)
public procedure EditSelectionGetByIndex( 
    _nIndex: Integer;
   Out  _pbsItemID: String;
   Out  _pbsColor: String
); virtual; 
public: virtual void EditSelectionGetByIndex( 
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsItemID,
   [PARAMFLAG::Out] BSTR* _pbsColor
) 

Parameters

_nIndex
item index
_pbsItemID
item ID
_pbsColor
selection color for the item
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members