Click or drag to resize
weroSoft AG, Software
CustomWindowButtonsMode Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible kinds to show the main window buttons of the custom window.

Namespace:  WeroSoft.Windows.Controls
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum CustomWindowButtonsMode
Members
  Member nameValueDescription
Never0 The windows buttons were never showed.
Always1 The window buttons are always shown.
MouseOver2 The window buttons are shown as soon as the mouse is over the window.
MouseMove3 The window buttons are shown for a few seconds as soon as the mouse moves over the window.
See Also