cohtml.Net.IViewListener.IClipboardData

The class should be used by the implementer to set the data recovered from the clipboard. Use this class only in the context of a ViewListener.OnClipboardTextGet call.

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
virtual voidSet(string text, uint lengthBytes)
The implementer must set here the data recovered from the clipboard.

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function Set

virtual void Set(
    string text,
    uint lengthBytes
)

The implementer must set here the data recovered from the clipboard.

Parameters:

  • text the text or data recovered from the clipboard
  • lengthBytes the length in bytes of the text recovered from the clipboard

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;