Class EditorCommands
Provides a set of commands related to the ThermalLabelEditor component.
Inheritance
Inherited Members
Namespace: Neodynamic.Windows.WPF.ThermalLabelEditor
Assembly: cs.temp.dll.dll
Syntax
public static class EditorCommands
Properties
BringForward
Gets the value that represents the BringForward command.
Declaration
public static RoutedCommand BringForward { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
BringToFront
Gets the value that represents the BringToFront command.
Declaration
public static RoutedCommand BringToFront { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Copy
Gets the value that represents the Copy command.
Declaration
public static RoutedCommand Copy { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Cut
Gets the value that represents the Cut command.
Declaration
public static RoutedCommand Cut { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
DeleteAll
Gets the value that represents the DeleteAll command.
Declaration
public static RoutedCommand DeleteAll { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
DeleteSelectedItems
Gets the value that represents the DeleteSelectedItems command.
Declaration
public static RoutedCommand DeleteSelectedItems { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Load
Gets the value that represents the Load command.
Declaration
public static RoutedCommand Load { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Remarks
The Load command requires a parameter which type must be string or Neodynamic.SDK.Printing.ThermalLabel. If it is a string type parameter, then it should be string containing an XML ThermalLabel template.
LockSelectedItems
Gets the value that represents the LockSelectedItems command.
Declaration
public static RoutedCommand LockSelectedItems { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Paste
Gets the value that represents the Paste command.
Declaration
public static RoutedCommand Paste { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Redo
Gets the value that represents the Redo command.
Declaration
public static RoutedCommand Redo { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Save
Gets the value that represents the Save command.
Declaration
public static RoutedCommand Save { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Remarks
The Save command requires a parameter which type must be string or System.IO.Stream in order to store the generated ThermalLabel object. If it is a string type parameter, then it should be a file path to be used for saving the ThermalLabel object.
SelectAll
Gets the value that represents the SelectAll command.
Declaration
public static RoutedCommand SelectAll { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
SelectItemByName
Gets the value that represents the SelectItemByName command.
Declaration
public static RoutedCommand SelectItemByName { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
SelectItemsByNames
Gets the value that represents the SelectItemsByNames command.
Declaration
public static RoutedCommand SelectItemsByNames { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
SendBackward
Gets the value that represents the SendBackward command.
Declaration
public static RoutedCommand SendBackward { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
SendToBack
Gets the value that represents the SendToBack command.
Declaration
public static RoutedCommand SendToBack { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Undo
Gets the value that represents the Undo command.
Declaration
public static RoutedCommand Undo { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
UnlockSelectedItems
Gets the value that represents the UnlockSelectedItems command.
Declaration
public static RoutedCommand UnlockSelectedItems { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
UpdateLabelDocument
Gets the value that represents the UpdateLabelDocument command.
Declaration
public static RoutedCommand UpdateLabelDocument { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |
Remarks
The UpdateLabelDocument command requires a parameter which type must be Neodynamic.Windows.ThermalLabelEditor.LabelDocument.
UpdateSelectionItemsProperties
Gets the value that represents the UpdateSelectionItemsProperties command.
Declaration
public static RoutedCommand UpdateSelectionItemsProperties { get; }
Property Value
Type | Description |
---|---|
RoutedCommand |