EditSelectionGetByIndex Method (IMLCharGenEdit)
item index
item ID
selection color for the item
Gets a selected item from the selection by item index
Syntax
Sub EditSelectionGetByIndex( _
   ByVal _nIndex As Integer, _
   ByRef _pbsItemID As String, _
   ByRef _pbsColor As String _
) 
void EditSelectionGetByIndex( 
   int _nIndex,
   out string _pbsItemID,
   out string _pbsColor
)
procedure EditSelectionGetByIndex( 
    _nIndex: Integer;
   Out  _pbsItemID: String;
   Out  _pbsColor: String
); 
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

IMLCharGenEdit Interface
IMLCharGenEdit Members