EditSelectionAdd Method (IMLCharGenEdit)
item ID
selection color
indicates whether a previous selection will be cleared
Adds item into a selection.
Syntax
Sub EditSelectionAdd( _
   ByVal _bsItemID As String, _
   ByVal _bsColor As String, _
   ByVal _bClearSel As Integer _
) 
void EditSelectionAdd( 
   string _bsItemID,
   string _bsColor,
   int _bClearSel
)
procedure EditSelectionAdd( 
    _bsItemID: String;
    _bsColor: String;
    _bClearSel: Integer
); 
void EditSelectionAdd( 
   BSTR* _bsItemID,
   BSTR* _bsColor,
   int _bClearSel
) 

Parameters

_bsItemID
item ID
_bsColor
selection color
_bClearSel
indicates whether a previous selection will be cleared
See Also

Reference

IMLCharGenEdit Interface
IMLCharGenEdit Members