Class MinimizeWindowCommand
[Icon("")]
[Display(Name = "最小化", Description = "点击此按钮将当前窗口最小化")]
public class MinimizeWindowCommand : WindowCommandBase, INotifyPropertyChanged, IIconable, INameable, IDescriptionable, ICommand
- Inheritance
-
MinimizeWindowCommand
- Implements
- Inherited Members
- Extension Methods
Methods
Execute(object)
Defines the method to be called when the command is invoked.
public override void Execute(object parameter)