Copies current selection to clipboard.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public static void Copy(
	IUserInterface ui
)
Visual Basic
Public Shared Sub Copy ( 
	ui As IUserInterface
)

Parameters

ui
Type: Sgry.Azuki..::..IUserInterface

Remarks

This action copies currently selected text to clipboard. If nothing selected and invokes this action, result will be different according to UserPref.CopyLineWhenNoSelection property value. If that property is true, current line will be copied. If that property is false, Azuki will do nothing.

See Also