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 void | Dispose() |
virtual void | Set(string text, uint lengthBytes) The implementer must set here the data recovered from the clipboard. |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
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;