FormActMainSendToClipboard Method |
Sends text to the Windows Clipboard in three different ways, if any previous one fails. Also may send clipboard data to the ACT Clipboard Sharer if connected.
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntaxpublic void SendToClipboard(
string ClipText,
bool CopyLocal
)
Parameters
- ClipText String
[Missing <param name="ClipText"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.SendToClipboard(System.String,System.Boolean)"]
- CopyLocal Boolean
- If the ACT Clipboard Sharer is active, text will not be stored on the local clipboard unless this is set to true. Else this has no effect.
See Also