CustomValidationPopup Class

Summary

This custom popup is used by the validation error template. It provides some additional nice features: - repositioning if host-window size or location changed - repositioning if host-window gets maximized and vice versa - it's only topmost if the host-window is activated
Namespace
MahApps.Metro.Controls
Base Types
  • Popup
graph BT Type-->Base0["Popup"] Type["CustomValidationPopup"] class Type type-node

Syntax

public class CustomValidationPopup : Popup

Constructors

Fields

Properties

Name Value Summary
CloseOnMouseLeftButtonDown bool
Gets or sets whether if the popup can be closed by left mouse button down.
ShowValidationErrorOnMouseOver bool
Gets or sets whether the validation error text will be shown when hovering the validation triangle.

Methods