C# Класс 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.
Наследование: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
AppWindowManagementHandler ( String cmd ) : System

Initializes a new instance of the class.

Execute ( bool &handled ) : bool

Executes the command

Приватные методы

Метод Описание
isForegroundWindowSizeable ( ) : bool

Checks if the foreground window is sizeable

Описание методов

AppWindowManagementHandler() публичный Метод

Initializes a new instance of the class.
public AppWindowManagementHandler ( String cmd ) : System
cmd String The command to be executed
Результат System

Execute() публичный Метод

Executes the command
public Execute ( bool &handled ) : bool
handled bool set to true if the command was handled
Результат bool