CVB.Net 14.0
Stemmer.Cvb.Wpf Namespace Reference

Classes

class  ClickDetector
 Utility class for detecting mouse click events on controls that do not exhibit a MouseClick event. More...
 
class  Clipboard
 Copy a Image object to the clipboard. More...
 
class  FileDialogs
 Container class for utility functions for file dialogs. More...
 
class  ImageExtensions
 Collection of extension methods that involve the type Image. More...
 
class  ImageToImageSourceConverter
 Converts a Stemmer.Cvb.Image into an System.Windows.Media.ImageSource. More...
 
class  MiscExtensions
 Collection of miscellaneous extension methods that did not fit in anywhere else. Image. More...
 
class  MouseClickEventArgs
 Arguments for the mouse click event. More...
 
class  NamespaceDoc
 The namespace and assembly Stemmer.Cvb.Wpf contains definitions for a display for WPF applications and overlays to go with that display. More...
 
class  PropertyChangeNotifier
 Helper to not root (keep alive) the target object if registering on value change events. More...
 
class  RectExtensions
 Extension methods for the Stemmer.Cvb.Rect. More...
 
class  VisualTreeHelperExtensions
 Extends the VisualTreeHelper class. More...
 

Enumerations

enum  EventPolicy { MarkAsHandled , PassOn }
 Approaches to event treatment. More...
 
enum  MouseEventFilter { None = 0 , MouseOver = 1 , MouseDirectlyOver = 2 }
 Filter Mouse events according to certain criteria. More...
 
enum  RectPos {
  None = 0 , LeftBorder = 1 , TopBorder = 2 , RightBorder = 4 ,
  BottomBorder = 8 , Center = 16
}
 Helper to identify the currently border location. More...
 

Enumeration Type Documentation

◆ EventPolicy

Approaches to event treatment.

Enumerator
MarkAsHandled 

Event will be marked as handled.

PassOn 

Event will be passed on.

◆ MouseEventFilter

Filter Mouse events according to certain criteria.

Enumerator
None 

Do not filter at all.

MouseOver 

The IsMouseOver property must be true.

MouseDirectlyOver 

The IsMouseDirectlyOver property must be true.

◆ RectPos

enum RectPos

Helper to identify the currently border location.

Enumerator
None 

None.

LeftBorder 

Left border.

TopBorder 

Top border.

RightBorder 

Right border.

BottomBorder 

Bottom border.

Center 

Center position.