RichTextBox.CreateRichEditOleCallback Méthode
Définition
Crée un objet compatible avec IRichEditOleCallback
pour gérer les opérations de rappel RichEdit.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
Retours
Objet qui implémente l'interface IRichEditOleCallback
.An object that implements the IRichEditOleCallback
interface.
Notes pour les héritiers
Vous pouvez substituer cette méthode dans votre classe dérivée pour permettre l’accès aux fonctionnalités de modification enrichie sous-jacentes.You can override this method in your derived class to enable access to the underlying rich-edit features. Si vous substituez cette méthode, tous les événements de glisser-déplacer ne seront pas déclenchés.If you override this method, all drag-and-drop events will not be raised. Par conséquent, vous devez fournir votre propre prise en charge des opérations de glisser-déplacer.As a result, you will have to provide your own support for drag-and-drop operations. Pour plus d’informations sur l’interface IRichEditOleCallback
, consultez la documentation du kit de développement logiciel (SDK) Platform sur https://msdn.microsoft.com.For more information about the IRichEditOleCallback
interface, see the Platform SDK documentation at https://msdn.microsoft.com.
Sécurité
SecurityPermission
pour que l’appelant immédiat appelle du code non managé.for the immediate caller to call unmanaged code. Énumération associée : UnmanagedCodeAssociated enumeration: UnmanagedCode