Share via


ListOrganizer.HighlightedItem Property

Definition

Gets or sets a value that controls the highlighted item in the list.

public:
 property System::Object ^ HighlightedItem { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ HighlightedItem { Platform::Object ^ get(); void set(Platform::Object ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets a value that controls the highlighted item in the list.")]
public object HighlightedItem { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets a value that controls the highlighted item in the list.")>]
member this.HighlightedItem : obj with get, set
Public Property HighlightedItem As Object

Property Value

Attributes

Applies to