Interface IEditorCommand
public interface IEditorCommand : ICommand
- Inherited Members
Properties
Icon
Icon Icon { get; }
Property Value
IsAvailable
bool IsAvailable { get; }
Property Value
Name
string Name { get; }
Property Value
Methods
Execute(IDialogHost)
Task Execute(IDialogHost host)
Parameters
hostIDialogHost