Back to Devexpress

PasswordBoxEdit.ShowCapsLockWarningToolTip Property

wpf-devexpress-dot-xpf-dot-editors-dot-passwordboxedit-494ed589.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowCapsLockWarningToolTip { get; set; }
vb
Public Property ShowCapsLockWarningToolTip As Boolean

Property Value

TypeDescription
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.

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

See Also

CapsLockWarningToolTipTemplate

PasswordBoxEdit Class

PasswordBoxEdit Members

DevExpress.Xpf.Editors Namespace