C# 클래스 CairoDesktop.TaskBarItem

파일 보기 프로젝트 열기: RevolutionSmythe/cairoshell 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_openWindows List

공개 메소드들

메소드 설명
CloseWindow ( ) : void
ForceCloseWindow ( ) : void
Maximize ( ) : void
Minimize ( ) : void
TaskBarItem ( string filePath, IEnumerable windows, string title, System icon, int predictedPosition ) : System

비공개 메소드들

메소드 설명
CopyFrom ( TaskBarItem existingWindow ) : void
OpenNewWindow ( ) : void

메소드 상세

CloseWindow() 공개 메소드

public CloseWindow ( ) : void
리턴 void

ForceCloseWindow() 공개 메소드

public ForceCloseWindow ( ) : void
리턴 void

Maximize() 공개 메소드

public Maximize ( ) : void
리턴 void

Minimize() 공개 메소드

public Minimize ( ) : void
리턴 void

TaskBarItem() 공개 메소드

public TaskBarItem ( string filePath, IEnumerable windows, string title, System icon, int predictedPosition ) : System
filePath string
windows IEnumerable
title string
icon System
predictedPosition int
리턴 System

프로퍼티 상세

_openWindows 공개적으로 프로퍼티

public List _openWindows
리턴 List