ListBoxChrome.RenderFocused Property

Definition

Gets or sets a value indicating whether the ListBox appears as if it has keyboard focus.

public:
 property bool RenderFocused { bool get(); void set(bool value); };
public bool RenderFocused { get; set; }
member this.RenderFocused : bool with get, set
Public Property RenderFocused As Boolean

Property Value

true if the ListBox appears as if it has keyboard focus; otherwise false.

Remarks

Dependency Property Information

Identifier field RenderFocusedProperty
Metadata properties set to true None

Applies to