ListBoxChrome.RenderMouseOver Property

Definition

Gets or sets a value indicating whether the ListBox appears as if the mouse is over it.

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

Property Value

true if the ListBox appears as if the mouse is over it; otherwise false.

Remarks

Dependency Property Information

Identifier field RenderMouseOverProperty
Metadata properties set to true None

Applies to