Click or drag to resize

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.7.0.280
Syntax
C#
public void SendHtmlToClipboard(
	string html
)

Parameters

html
Type: SystemString
HTML to send to the clipboard.
See Also