Namespace Simplic.UI
Classes
ActivationChangedEventArgs
Event args for activation changed event in a KeyboardController
BaseUserControl
Base UserControl which enables pre-loading of all derived usercontrols
BaseWindow
Base window which handles:
- Dispose all Disposable UI elements
KeyboardAction
Defines an action which can be registered in a KeyboardController
KeyboardController
UI element based on the wpf UserControl for splitting a program intro application which can handle Keyboard input for a group of controls
RibbonContextController
This class provides methods to show and hide context based tabs in the Ribbon view. The controller bases on the KeyboardController activation and deactivation.
RibbonGroupContextController
TemplateGenerator
Class that helps the creation of control and data templates by using delegates.
WaitCursor
Class for working with a wait cursor. If an instance is created, the wait symbol will be set as cursor symbol. Should always
be used with using
, for restoring the previous cursor.
Delegates
KeyboardAction.KeyboardActionHandler
Keyboard action hadler
KeyboardController.IsActiveStateChangedHandler
Delegate for calling activation state changes