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
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
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