SearchMRUListBox Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The implementation of the MRU items list for the Visual Studio Common Search Control
public ref class SearchMRUListBox : System::Windows::Controls::ListBox
public class SearchMRUListBox : System.Windows.Controls.ListBox
type SearchMRUListBox = class
inherit ListBox
Public Class SearchMRUListBox
Inherits ListBox
- Inheritance
-
SearchMRUListBox
Constructors
SearchMRUListBox() |
Creates a new instance of the class. |
Methods
GetContainerForItemOverride() |
We ovverride this so we can say that our SearchMRUListBox object consists of SearchMRUListBoxItem objects. |
IsItemItsOwnContainerOverride(Object) |
Determines if the specified item is (or is eligible to be) its own container. |