DragAndDrop core
This commit is contained in:
8
Lattice.Core.Docking/Abstractions/IDockCommand.cs
Normal file
8
Lattice.Core.Docking/Abstractions/IDockCommand.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Lattice.Core.Docking.Abstractions;
|
||||
|
||||
public interface IDockCommand : System.Windows.Input.ICommand
|
||||
{
|
||||
string Name { get; }
|
||||
string Icon { get; }
|
||||
string GestureText { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user