Gets or sets whether the prompt remain shown when the contained element has focus. By default, the prompt is hidden when the user gives focus to the contained element. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool ShowIfFocused { get; set; }
Visual Basic (Declaration)
Public Property ShowIfFocused As Boolean

Remarks

Dependency Property Information
Identifier field ShowIfFocusedProperty
Metadata properties set to true None

See Also