Property | Type | Description | |
---|---|---|---|
CM_ALL | int | ||
Desktop | |||
action | Actions | ||
applicationClosing | bool | ||
clipboardReady | bool | ||
config | |||
configHidden | bool | ||
currentMonitor | int | ||
debugLog | List |
||
desktopRatio | float | ||
fileNodes | |||
monitors | Monitor[] | ||
readOnly | bool | ||
showUpdateStatus | bool | ||
version | System.Version |
Method | Description | |
---|---|---|
MouseMove ( object sender, MouseEventArgs e ) : void | ||
OnExit ( ) : void | ||
PreviewKeyDown ( object sender, |
||
actionNext ( int step ) : void | ||
actionPrevious ( int step ) : void | ||
appendDebugFile ( int monitor, string log ) : void | ||
checkBrowserVersionOk ( ) : bool | ||
getNrMonitors ( ) : int | ||
getStep ( |
||
hideUpdateInfo ( ) : void | ||
initForScreensaverAndWallpaper ( ) : void | ||
initializeMonitors ( ) : void | ||
pauseAll ( bool showInfo ) : void | ||
resetMouseMove ( ) : void | ||
resumeAll ( bool showInfo ) : void | ||
showAllUpToDate ( ) : void | ||
showInfoOnMonitors ( string info ) : void | ||
showInfoOnMonitors ( string info, bool highPriority ) : void | ||
showInfoOnMonitors ( string info, bool highPriority, bool fade ) : void | ||
showUpdateInfo ( string info ) : void | ||
startTimers ( ) : void | ||
stopTimers ( ) : void |
Method | Description | |
---|---|---|
CleanUpOnException ( object sender, |
||
DoWorkDeleteFile ( object sender, |
||
GetShortPathName ( string longPath, StringBuilder buffer, int bufferSize ) : int | ||
IsRunAsAdmin ( ) : bool |
The function checks whether the current process is run as administrator. In other words, it dictates whether the primary access token of the process belongs to user account that is a member of the local Administrators group and it is elevated.
|
|
Main ( string args ) : void | ||
MonitorsAndConfigReady ( ) : void | ||
MouseClick ( object sender, MouseEventArgs e ) : void | ||
OnFormClosed ( object sender, |
||
Screensaver ( Actions action, bool readOnly, |
||
SwitchToThisWindow ( |
||
mouseMoveTimer_Tick ( object sender, |
||
setAsCurrentScreensaver ( string path ) : void | ||
singleProcess ( Actions action ) : bool |
public MouseMove ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
public PreviewKeyDown ( object sender, |
||
sender | object | |
e | ||
return | void |
public appendDebugFile ( int monitor, string log ) : void | ||
monitor | int | |
log | string | |
return | void |
public static checkBrowserVersionOk ( ) : bool | ||
return | bool |
public getStep ( |
||
e | ||
return | int |
public initForScreensaverAndWallpaper ( ) : void | ||
return | void |
public showInfoOnMonitors ( string info ) : void | ||
info | string | |
return | void |
public showInfoOnMonitors ( string info, bool highPriority ) : void | ||
info | string | |
highPriority | bool | |
return | void |
public showInfoOnMonitors ( string info, bool highPriority, bool fade ) : void | ||
info | string | |
highPriority | bool | |
fade | bool | |
return | void |