Net
|
| class | Description | |
|---|---|---|
| CustomProgressBar | Provides a ProgressBar with additional properties: switchable glow effect, selectable color, centered additional text. | |
| SplashScreenMessage | Defines a separate class type for a simple string message so that it can be handled separately from other messages by the InfoController via the type. | |
| SplashWindow | Demo logic for SplashWindow (thanks to amr azab, http://www.codeproject.com/Articles/116875/WPF-Loading-Splash-Screen, and Nate Lowry, http://blog.dontpaniclabs.com/post/2013/11/14/Dynamic-Splash-Screens-in-WPF). | |
| VishnuHelpBrowser | Standalone web browser for displaying Vishnu online help. The application remembers the position and size of this screen and restores it the next time it is called up. The same applies to the last url. These last settings are saved under c:\Users\<user>\AppData\Local\NetEti\VishnuHelpBrowser. | |
| ZoomBox | Provides a ContentControl with additional properties: Zoom functions via Ctrl mouse wheel, vertical scrolling via mouse wheel, horizontal scrolling via Shift mouse wheel, normal view via right mouse button, complete view via Ctrl right mouse button. |