ContactSearchResultList members
Use the ContactSearchResultList control to display the result of a search performed by the ContactSearchInputBox control.
The ContactSearchResultList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContactSearchResultList | Initializes the ContactSearchResultList class. |
Top
Properties
Name | Description | |
---|---|---|
ActualHeight | (Inherited from FrameworkElement.) | |
ActualWidth | (Inherited from FrameworkElement.) | |
Background | (Inherited from Control.) | |
BorderBrush | (Inherited from Control.) | |
BorderThickness | (Inherited from Control.) | |
BotItemTemplate | Gets or sets the DataTemplate used for Bot-type contacts in OneLine mode. (Inherited from UCListBox.) | |
CacheMode | (Inherited from UIElement.) | |
Clip | (Inherited from UIElement.) | |
ContextMenu | Reserved for internal use. (Inherited from UCListBox.) | |
ContextualInformation | Gets or sets data structure which provides contextual information for use with the contextual conversation feature. (Inherited from UCListBox.) | |
Cursor | (Inherited from FrameworkElement.) | |
DataContext | (Inherited from FrameworkElement.) | |
DefaultStyleKey | (Inherited from Control.) | |
DesiredSize | (Inherited from UIElement.) | |
Dispatcher | (Inherited from DependencyObject.) | |
DisplayMemberPath | (Inherited from ItemsControl.) | |
Effect | (Inherited from UIElement.) | |
FontFamily | (Inherited from Control.) | |
FontSize | (Inherited from Control.) | |
FontStretch | (Inherited from Control.) | |
FontStyle | (Inherited from Control.) | |
FontWeight | (Inherited from Control.) | |
Foreground | (Inherited from Control.) | |
GroupItemTemplate | Gets or sets the DataTemplate used for Group-type contacts in OneLine mode. (Inherited from UCListBox.) | |
Height | (Inherited from FrameworkElement.) | |
HorizontalAlignment | (Inherited from FrameworkElement.) | |
HorizontalContentAlignment | (Inherited from Control.) | |
IsEnabled | (Inherited from Control.) | |
IsHitTestVisible | (Inherited from UIElement.) | |
IsSynchronizedWithCurrentItem | (Inherited from Selector.) | |
IsTabStop | (Inherited from Control.) | |
ItemContainerGenerator | (Inherited from ItemsControl.) | |
ItemContainerStyle | (Inherited from ListBox.) | |
Items | (Inherited from ItemsControl.) | |
ItemsPanel | (Inherited from ItemsControl.) | |
ItemsSource | (Inherited from ItemsControl.) | |
ItemTemplate | (Inherited from ItemsControl.) | |
Language | (Inherited from FrameworkElement.) | |
Margin | (Inherited from FrameworkElement.) | |
MaxHeight | (Inherited from FrameworkElement.) | |
MaxWidth | (Inherited from FrameworkElement.) | |
MinHeight | (Inherited from FrameworkElement.) | |
MinWidth | (Inherited from FrameworkElement.) | |
Name | (Inherited from FrameworkElement.) | |
Opacity | (Inherited from UIElement.) | |
OpacityMask | (Inherited from UIElement.) | |
Padding | (Inherited from Control.) | |
Parent | (Inherited from FrameworkElement.) | |
PersonItemTemplate | Gets or sets the DataTemplate used for Person-type contacts in OneLine mode. (Inherited from UCListBox.) | |
Projection | (Inherited from UIElement.) | |
RenderSize | (Inherited from UIElement.) | |
RenderTransform | (Inherited from UIElement.) | |
RenderTransformOrigin | (Inherited from UIElement.) | |
Resources | (Inherited from FrameworkElement.) | |
ResultsState | Gets or sets an enumerated value which represents the status of the current search operation. | |
SearchType | Gets or sets an enumerated value which determines the type of search to be performed by this control. | |
SelectedIndex | (Inherited from Selector.) | |
SelectedItem | (Inherited from Selector.) | |
SelectedItems | (Inherited from ListBox.) | |
SelectionMode | (Inherited from ListBox.) | |
ShowFriendlyName | Gets or sets whether contacts in the list display friendly name or URI. (Inherited from UCListBox.) | |
Style | (Inherited from FrameworkElement.) | |
TabIndex | (Inherited from Control.) | |
TabNavigation | (Inherited from Control.) | |
Tag | (Inherited from FrameworkElement.) | |
TelephoneItemTemplate | Gets or sets the DataTemplate used for Telephone-type contacts in OneLine mode. (Inherited from UCListBox.) | |
Template | (Inherited from Control.) | |
Triggers | (Inherited from FrameworkElement.) | |
UseLayoutRounding | (Inherited from UIElement.) | |
VerticalAlignment | (Inherited from FrameworkElement.) | |
VerticalContentAlignment | (Inherited from Control.) | |
Visibility | (Inherited from UIElement.) | |
Width | (Inherited from FrameworkElement.) |
Top
Methods
Name | Description | |
---|---|---|
AddHandler | (Inherited from UIElement.) | |
ApplyTemplate | (Inherited from Control.) | |
Arrange | (Inherited from UIElement.) | |
ArrangeOverride | (Inherited from FrameworkElement.) | |
CaptureMouse | (Inherited from UIElement.) | |
CheckAccess | (Inherited from DependencyObject.) | |
ClearContainerForItemOverride | Removes any bindings and templates applied to the item container for the specified content. (Overrides UCListBox.ClearContainerForItemOverride(DependencyObject, Object).) | |
ClearValue | (Inherited from DependencyObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindName | (Inherited from FrameworkElement.) | |
Focus | (Inherited from Control.) | |
GetAnimationBaseValue | (Inherited from DependencyObject.) | |
GetBindingExpression | (Inherited from FrameworkElement.) | |
GetContainerForItemOverride | Creates or identifies the element used to display a specified item. (Overrides ListBox.GetContainerForItemOverride().) | |
GetHashCode | (Inherited from Object.) | |
GetTemplateChild | (Inherited from Control.) | |
GetType | (Inherited from Object.) | |
GetValue | (Inherited from DependencyObject.) | |
InvalidateArrange | (Inherited from UIElement.) | |
InvalidateMeasure | (Inherited from UIElement.) | |
IsItemItsOwnContainerOverride | Checks whether the item is a [ContactSearchResultListItem]. (Overrides ListBox.IsItemItsOwnContainerOverride(Object).) | |
Measure | (Inherited from UIElement.) | |
MeasureOverride | (Inherited from FrameworkElement.) | |
MemberwiseClone | (Inherited from Object.) | |
OnApplyTemplate | OnApplyTemplate override. (Overrides UCListBox.OnApplyTemplate().) | |
OnCreateAutomationPeer | Overrides the OnCreateAutomationPeer method to return a ContactSearchResultListAutomationPeer object. (Overrides ListBox.OnCreateAutomationPeer().) | |
OnGotFocus | (Inherited from ListBox.) | |
OnItemsChanged | Reserved for internal use. (Inherited from UCListBox.) | |
OnKeyDown | (Inherited from ListBox.) | |
OnKeyUp | (Inherited from Control.) | |
OnLostFocus | (Inherited from ListBox.) | |
OnLostMouseCapture | (Inherited from Control.) | |
OnMouseEnter | (Inherited from Control.) | |
OnMouseLeave | (Inherited from Control.) | |
OnMouseLeftButtonDown | (Inherited from Control.) | |
OnMouseLeftButtonUp | (Inherited from Control.) | |
OnMouseMove | (Inherited from Control.) | |
OnMouseWheel | (Inherited from Control.) | |
PrepareContainerForItemOverride | Prepares the specified element to display the specified item. (Overrides UCListBox.PrepareContainerForItemOverride(DependencyObject, Object).) | |
ReadLocalValue | (Inherited from DependencyObject.) | |
ReleaseMouseCapture | (Inherited from UIElement.) | |
RemoveHandler | (Inherited from UIElement.) | |
ScrollIntoView | (Inherited from ListBox.) | |
SetBinding | (Inherited from FrameworkElement.) | |
SetValue | (Inherited from DependencyObject.) | |
ToString | (Inherited from Object.) | |
TransformToVisual | (Inherited from UIElement.) | |
UpdateLayout | (Inherited from UIElement.) |
Top
Events
Name | Description | |
---|---|---|
BindingValidationError | (Inherited from FrameworkElement.) | |
GotFocus | (Inherited from UIElement.) | |
IsEnabledChanged | (Inherited from Control.) | |
KeyDown | (Inherited from UIElement.) | |
KeyUp | (Inherited from UIElement.) | |
LayoutUpdated | (Inherited from FrameworkElement.) | |
Loaded | (Inherited from FrameworkElement.) | |
LostFocus | (Inherited from UIElement.) | |
LostMouseCapture | (Inherited from UIElement.) | |
MouseEnter | (Inherited from UIElement.) | |
MouseLeave | (Inherited from UIElement.) | |
MouseLeftButtonDown | (Inherited from UIElement.) | |
MouseLeftButtonUp | (Inherited from UIElement.) | |
MouseMove | (Inherited from UIElement.) | |
MouseWheel | (Inherited from UIElement.) | |
SelectionChanged | (Inherited from Selector.) | |
SizeChanged | (Inherited from FrameworkElement.) |
Top
Fields
Name | Description | |
---|---|---|
ResultsStateProperty | Identifies the ResultsState dependency property. | |
SearchTypeProperty | Identifies the SearchType dependency property. |
Top