SearchMRUListBoxItem Class

Definition

The implementation of an item in the MRU items list for the Visual Studio Common Search Control

public ref class SearchMRUListBoxItem : System::Windows::Controls::ListBoxItem
public class SearchMRUListBoxItem : System.Windows.Controls.ListBoxItem
type SearchMRUListBoxItem = class
    inherit ListBoxItem
Public Class SearchMRUListBoxItem
Inherits ListBoxItem
Inheritance
SearchMRUListBoxItem

Constructors

SearchMRUListBoxItem()

Creates an instance of the class.

Fields

MRUItemDeletedEvent

Event fires when an item is deleted from the MRU list.

MRUItemSelectedEvent

Event fires when an item is selected in the MRU list.

Methods

OnCreateAutomationPeer()

Microsoft internal use only.

OnKeyDown(KeyEventArgs)

Called when a key down action occurs in the MRU list.

OnMouseDown(MouseButtonEventArgs)

Called when a mouse down action occurs in the MRU list.

Events

MRUItemDeleted

Fires when an item is deleted from the MRU list.

MRUItemSelected

Fires when an item is selected in the MRU list.

Applies to