Cuts current selection to clipboard.
Namespace: Sgry.AzukiAssembly: 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 _ ) |
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.