C# 클래스 CmisSync.StatusIcon

CmisSync icon in the Windows status bar.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: aegif/CmisSync 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Controller StatusIconController

공개 메소드들

메소드 설명
StatusIcon ( ) : System

Constructor.

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

Dispose of the status icon GUI elements.

OnLoad ( EventArgs e ) : void

When form is loaded,

비공개 메소드들

메소드 설명
CreateIcons ( ) : void

Create the animation frames from image files.

CreateInvokeMethods ( ) : void

Set up the controller to create menu elements on update.

CreateMenu ( ) : void

Create the GUI elements of the menu.

ManualSyncDelegate ( string reponame ) : EventHandler
NotifyIcon1_MouseClick ( Object sender, MouseEventArgs e ) : void

MouseEventListener function for opening the local folder.

OpenLocalFolderDelegate ( string reponame ) : EventHandler

Delegate for opening the local folder.

OpenRemoteFolderDelegate ( string reponame ) : EventHandler

Delegate for opening the remote folder.

RemoveFolderFromSyncDelegate ( string reponame ) : EventHandler
SetEnabledOrDisabled ( ToolStripMenuItem enableDisableItem, ToolStripMenuItem menuItem, bool enabled ) : void
SettingsDelegate ( string reponame ) : EventHandler
SuspendSyncFolderDelegate ( string reponame ) : EventHandler

Delegate for suspending sync.

TrayIcon_MouseClick ( Object sender, MouseEventArgs e ) : void

MouseEventListener function for popping up context menu.

메소드 상세

Dispose() 보호된 메소드

Dispose of the status icon GUI elements.
protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

OnLoad() 보호된 메소드

When form is loaded,
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

StatusIcon() 공개 메소드

Constructor.
public StatusIcon ( ) : System
리턴 System

프로퍼티 상세

Controller 공개적으로 프로퍼티

MVC controller for the the status icon.
public StatusIconController,CmisSync Controller
리턴 StatusIconController