Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow Namespace > IContextManager Interface : EndContextChanges Method |
object EndContextChanges( int contextCoupon, ref bool noContinue )
'Declaration
Function EndContextChanges( _ ByVal contextCoupon As Integer, _ ByRef noContinue As Boolean _ ) As Object
'Usage
Dim instance As IContextManager Dim contextCoupon As Integer Dim noContinue As Boolean Dim value As Object value = instance.EndContextChanges(contextCoupon, noContinue)
Object^ EndContextChanges( int contextCoupon, bool% noContinue )