Class MaximizeWindowCommand
[Icon("")]
[Display(Name = "最大化", Description = "点击此按钮将当前窗口最大化")]
public class MaximizeWindowCommand : WindowCommandBase, INotifyPropertyChanged, IIconable, INameable, IDescriptionable, ICommand
- Inheritance
-
MaximizeWindowCommand
- 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)