RichTextBox.CreateRichEditOleCallback Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an IRichEditOleCallback
-compatible object for handling rich-edit callback operations.
protected:
virtual System::Object ^ CreateRichEditOleCallback();
protected virtual object CreateRichEditOleCallback ();
abstract member CreateRichEditOleCallback : unit -> obj
override this.CreateRichEditOleCallback : unit -> obj
Protected Overridable Function CreateRichEditOleCallback () As Object
An object that implements the IRichEditOleCallback
interface.
You can override this method in your derived class to enable access to the underlying rich-edit features. If you override this method, all drag-and-drop events will not be raised. As a result, you will have to provide your own support for drag-and-drop operations. For more information about the IRichEditOleCallback
interface, see the Platform SDK documentation at https://learn.microsoft.com/windows/win32/api/richole/nn-richole-iricheditolecallback.
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: