EditSelectionRemove Method (IMLCharGenEdit)
item ID
Removes a selection from the item.
Syntax
Sub EditSelectionRemove( _
   ByVal _bsItemID As String _
) 
void EditSelectionRemove( 
   string _bsItemID
)
procedure EditSelectionRemove( 
    _bsItemID: String
); 
void EditSelectionRemove( 
   BSTR* _bsItemID
) 

Parameters

_bsItemID
item ID
See Also

Reference

IMLCharGenEdit Interface
IMLCharGenEdit Members