←Select platform

DetachSink Method

Summary

Internal method to detach the event sink for the underlying control object.

Syntax

C#
VB
C++
protected override void DetachSink() 
Protected Overrides Sub DetachSink() 
protected:  
   virtual void DetachSink() override 

Remarks

This method is not externally callable. Classes that extend AxHost should override this method. Within an overridden version of this method, the extending class should call the GetOcx method to retrieve its own interface. In most cases, the GetOcx method should not be called before this method is called.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly