Skip to main content
A newer version of this page is available. .

PasswordBoxEdit.ShowCapsLockWarningToolTip Property

Gets or sets whether to display a warning tooltip when the Caps Lock is turned on. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool ShowCapsLockWarningToolTip { get; set; }

Property Value

Type Description
Boolean

true to display a warning tooltip when the Caps Lock is turned on; otherwise, false.

Remarks

If the Caps Lock is turned on and the mouse pointer rests over the password box editor, a warning tooltip is automatically displayed. Use the PasswordBoxEdit.CapsLockWarningToolTipTemplate property, to provide custom content for the warning tooltip.

capslockwarningtooltip

If you do not want this tooltip to be displayed, set the ShowCapsLockWarningToolTip property to false.

See Also