FormActMainSendHtmlToClipboard Method |
Sends HTML formatted data to the clipboard in plain text format and CF_HTML format, which can be viewed with WYSIWYG applications.
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public void SendHtmlToClipboard(
string html
)
Parameters
- html
- Type: SystemString
HTML to send to the clipboard.
See Also