Accusoft.Forms1 - Updated
OnRemove Method (EnhancementOptionsCollection)



Accusoft.ScanFixXpressSdk Namespace > EnhancementOptionsCollection Class : OnRemove Method
Index to remove the object
Enhancement option to be removed
Performs type checking on the object before removing it from EnhancementOptionsCollection
Syntax
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Protected Overrides Sub OnRemove( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
Dim instance As EnhancementOptionsCollection
Dim index As Integer
Dim value As Object
 
instance.OnRemove(index, value)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
protected override void OnRemove( 
   int index,
   object value
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
protected:
void OnRemove( 
   int index,
   Object^ value
) override 

Parameters

index
Index to remove the object
value
Enhancement option to be removed
See Also

Reference

EnhancementOptionsCollection Class
EnhancementOptionsCollection Members