C# Class MiP.Ruler.Commands.ToggleOnTopCommand

Inheritance: ICommand
Afficher le fichier Open project: praschl/Ruler

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ToggleOnTopCommand ( MainWindow window ) : System

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

ToggleOnTopCommand() public méthode

public ToggleOnTopCommand ( MainWindow window ) : System
window MainWindow
Résultat System