Cuts current selection to clipboard.

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

Syntax

C#
public static void Cut(
	IUserInterface ui
)
Visual Basic
Public Shared Sub Cut ( _
	ui As 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