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_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public void SendToClipboard(
string ClipText,
bool CopyLocal
)
Parameters
- ClipText
- Type: SystemString
[Missing <param name="ClipText"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.SendToClipboard(System.String,System.Boolean)"]
- CopyLocal
- Type: SystemBoolean
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