EditSelectionAdd Method (CoMLCharGenClass)
item ID
selection color
indicates whether a previous selection will be cleared
Adds item into a selection.
Syntax
Public Overridable Sub EditSelectionAdd( _
   ByVal _bsItemID As String, _
   ByVal _bsColor As String, _
   ByVal _bClearSel As Integer _
) 
public virtual void EditSelectionAdd( 
   string _bsItemID,
   string _bsColor,
   int _bClearSel
)
public procedure EditSelectionAdd( 
    _bsItemID: String;
    _bsColor: String;
    _bClearSel: Integer
); virtual; 
public: virtual 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

CoMLCharGenClass Class
CoMLCharGenClass Members