Cuts current selection to clipboard.

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

Syntax

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

Parameters

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

Remarks

This action cuts 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 cut. If that property is false, Azuki will do nothing.

See Also