C# Class ACAT.Lib.Extension.CommandHandlers.AppWindowManagementHandler

Command handler to manipulate the foreground window size and position, as well as window state such as maximize, minimize, restore etc.
Inheritance: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Afficher le fichier Open project: brlima94/acat-localization

Méthodes publiques

Méthode Description
AppWindowManagementHandler ( String cmd ) : System

Initializes a new instance of the class.

Execute ( bool &handled ) : bool

Executes the command

Private Methods

Méthode Description
isForegroundWindowSizeable ( ) : bool

Checks if the foreground window is sizeable

Method Details

AppWindowManagementHandler() public méthode

Initializes a new instance of the class.
public AppWindowManagementHandler ( String cmd ) : System
cmd String The command to be executed
Résultat System

Execute() public méthode

Executes the command
public Execute ( bool &handled ) : bool
handled bool set to true if the command was handled
Résultat bool