ContactSearch members
ContactSearch combines the functionality of the ContactSearchInputBox and ContactSearchResultList controls into a single, self contained control.
The ContactSearch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContactSearch | Initializes a new instance of the ContactSearch 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.) | |
CacheMode | (Inherited from UIElement.) | |
Clip | (Inherited from UIElement.) | |
ContextualInformation | Gets or sets data structure which provides contextual information for use with the contextual conversation feature. | |
Cursor | (Inherited from FrameworkElement.) | |
DataContext | (Inherited from FrameworkElement.) | |
DefaultStyleKey | (Inherited from Control.) | |
DesiredSize | (Inherited from UIElement.) | |
Dispatcher | (Inherited from DependencyObject.) | |
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.) | |
Height | (Inherited from FrameworkElement.) | |
HorizontalAlignment | (Inherited from FrameworkElement.) | |
HorizontalContentAlignment | (Inherited from Control.) | |
InitializationError | Gets the exception object which is created when initialization fails. | |
InitializationErrorMessage | Gets a descriptive message providing troubleshooting information when initialization fails. | |
InitializationFailed | Gets a boolean value indicating whether initialization of the layer between Lync and the Lync controls has failed. | |
IsEnabled | (Inherited from Control.) | |
IsHitTestVisible | (Inherited from UIElement.) | |
IsTabStop | (Inherited from Control.) | |
Language | (Inherited from FrameworkElement.) | |
Margin | (Inherited from FrameworkElement.) | |
MaxHeight | (Inherited from FrameworkElement.) | |
MaxResults | Gets or sets an int specifying the maximum number of results to return. | |
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.) | |
Projection | (Inherited from UIElement.) | |
RenderSize | (Inherited from UIElement.) | |
RenderTransform | (Inherited from UIElement.) | |
RenderTransformOrigin | (Inherited from UIElement.) | |
Resources | (Inherited from FrameworkElement.) | |
SearchType | Gets or sets a SearchType enumeration, which may specify either Keyword or Name. | |
Style | (Inherited from FrameworkElement.) | |
TabIndex | (Inherited from Control.) | |
TabNavigation | (Inherited from Control.) | |
Tag | (Inherited from FrameworkElement.) | |
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.) | |
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.) | |
GetHashCode | (Inherited from Object.) | |
GetTemplateChild | (Inherited from Control.) | |
GetType | (Inherited from Object.) | |
GetValue | (Inherited from DependencyObject.) | |
InvalidateArrange | (Inherited from UIElement.) | |
InvalidateMeasure | (Inherited from UIElement.) | |
Measure | (Inherited from UIElement.) | |
MeasureOverride | (Inherited from FrameworkElement.) | |
MemberwiseClone | (Inherited from Object.) | |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate(). In simplest terms, this means the method is called just before a UI element displays in an application. (Overrides FrameworkElement.OnApplyTemplate().) | |
OnCreateAutomationPeer | Overrides the OnCreateAutomationPeer method to return the ContactSearchAutomationPeer object. (Overrides UIElement.OnCreateAutomationPeer().) | |
OnGotFocus | (Inherited from Control.) | |
OnKeyDown | (Inherited from Control.) | |
OnKeyUp | (Inherited from Control.) | |
OnLostFocus | (Inherited from Control.) | |
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.) | |
ReadLocalValue | (Inherited from DependencyObject.) | |
ReleaseMouseCapture | (Inherited from UIElement.) | |
RemoveHandler | (Inherited from UIElement.) | |
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.) | |
SizeChanged | (Inherited from FrameworkElement.) |
Top
Fields
Name | Description | |
---|---|---|
ContextualInformationProperty | Identifies the ContextualInformation dependency property. | |
InitializationErrorMessageProperty | Identifies the InitializationErrorMessage dependency property. | |
InitializationErrorProperty | Identifies the InitializationError dependency property. | |
InitializationFailedProperty | Identifies the InitializationFailed dependency property. | |
MaxResultsProperty | Identifies the MaxResults dependency property. | |
SearchTypeProperty | Identifies the SearchType dependency property. |
Top