Share via


ContactItem Members

Include Protected Members
Include Inherited Members

The ContactItem type exposes the following members.

Constructors

  Name Description
Public method ContactItem
Constructs an instance of the ContactItem class.

Methods

  Name Description
Public method AddHandler (Inherited from UIElement.)
Public method ApplyTemplate (Inherited from Control.)
Public method Arrange (Inherited from UIElement.)
Protected method ArrangeOverride (Inherited from FrameworkElement.)
Public method CaptureMouse (Inherited from UIElement.)
Public method CheckAccess (Inherited from DependencyObject.)
Public method ClearValue (Inherited from DependencyObject.)
Public method Equals (Inherited from Object.)
Protected method ExtractTemplatePart<T>(String)
Extracts the template part of type T
(Inherited from UCBase.)
Protected method ExtractTemplatePart<T>(String, Boolean)
Extracts the template part of type T
(Inherited from UCBase.)
Protected method Finalize (Inherited from Object.)
Public method FindName (Inherited from FrameworkElement.)
Public method Focus (Inherited from Control.)
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetBindingExpression (Inherited from FrameworkElement.)
Public method GetHashCode (Inherited from Object.)
Protected method GetTemplateChild (Inherited from Control.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method InvalidateArrange (Inherited from UIElement.)
Public method InvalidateMeasure (Inherited from UIElement.)
Public method Measure (Inherited from UIElement.)
Protected method MeasureOverride (Inherited from FrameworkElement.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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 ContactBase.OnApplyTemplate().)
Protected method OnClientDisconnected
Reserved for internal use.
(Inherited from ContactBase.)
Protected method OnContactManagerPropertyChanged
Reserved for internal use.
(Inherited from UCBase.)
Protected method OnContactPropertyChanged
Reserved for internal use.
(Inherited from ContactBase.)
Protected method OnContextualInformationChanged
Reserved for internal use.
(Inherited from ContactBase.)
Protected method OnCreateAutomationPeer
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure.
(Overrides UIElement.OnCreateAutomationPeer().)
Protected method OnDragEnter (Inherited from Control.)
Protected method OnDragLeave (Inherited from Control.)
Protected method OnDragOver (Inherited from Control.)
Protected method OnDrop (Inherited from Control.)
Protected method OnGotFocus (Inherited from Control.)
Protected method OnIsInResiliencyModePropertyChanged
Reserved for internal use.
(Inherited from UCBase.)
Protected method OnIsSignedPropertyChanged
Reserved for internal use.
(Inherited from ContactBase.)
Protected method OnKeyDown (Inherited from Control.)
Protected method OnKeyUp (Inherited from Control.)
Protected method OnLoaded
Reserved for internal use.
(Inherited from UCBase.)
Protected method OnLostFocus (Inherited from Control.)
Protected method OnLostMouseCapture (Inherited from Control.)
Protected method OnManipulationCompleted (Inherited from Control.)
Protected method OnManipulationDelta (Inherited from Control.)
Protected method OnManipulationStarted (Inherited from Control.)
Protected method OnMouseEnter (Inherited from Control.)
Protected method OnMouseLeave
Called before the MouseLeave event occurs.
(Overrides ControlOnMouseLeave(MouseEventArgs).)
Protected method OnMouseLeftButtonDown (Inherited from Control.)
Protected method OnMouseLeftButtonUp (Inherited from Control.)
Protected method OnMouseMove (Inherited from Control.)
Protected method OnMouseRightButtonDown (Inherited from Control.)
Protected method OnMouseRightButtonUp (Inherited from Control.)
Protected method OnMouseWheel (Inherited from Control.)
Protected method OnPresenceItemsPropertyChanged
Reserved for internal use.
(Inherited from ContactBase.)
Protected method OnSelfModelPropertyChanged
Reserved for internal use.
(Inherited from UCBase.)
Protected method OnSourceChanged
Reserved for internal use.
(Inherited from ContactBase.)
Protected method OnTextInput (Inherited from Control.)
Protected method OnTextInputStart (Inherited from Control.)
Protected method OnTextInputUpdate (Inherited from Control.)
Protected method OnUnloaded
Reserved for internal use.
(Inherited from ContactBase.)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method ReleaseMouseCapture (Inherited from UIElement.)
Public method RemoveHandler (Inherited from UIElement.)
Public method SetBinding (Inherited from FrameworkElement.)
Public method SetValue (Inherited from DependencyObject.)
Public method ToString (Inherited from Object.)
Public method TransformToVisual (Inherited from UIElement.)
Protected method UnwireModel
Reserved for internal use.
(Inherited from ContactBase.)
Protected method UnwirePresenceItems
Reserved for internal use.
(Inherited from ContactBase.)
Protected method UnwireUCClient
Reserved for internal use.
(Inherited from UCBase.)
Public method UpdateLayout (Inherited from UIElement.)
Protected method WireModel
Reserved for internal use.
(Inherited from ContactBase.)
Protected method WirePresenceItems
Reserved for internal use.
(Inherited from ContactBase.)
Protected method WireUCClient
Reserved for internal use.
(Inherited from ContactBase.)

Fields

  Name Description
Public field Static member BotContentTemplateProperty
Identifies the BotContentTemplate dependency property.
Public field Static member BotTwoLineContentTemplateProperty
Identifies the BotTwoLineContentTemplate dependency property.
Public field Static member CallButtonVisibilityProperty
Identifies the CallButtonVisibility dependency property.
Public field Static member ContactLayoutViewProperty
Identifies the ContactLayoutView dependency property.
Public field Static member GroupContentTemplateProperty
Identifies the GroupContentTemplate dependency property.
Public field Static member GroupTwoLineContentTemplateProperty
Identifies the GroupTwoLineContentTemplate dependency property.
Public field Static member IsNoteToggleButtonCheckedProperty
Identifies the IsNoteToggleButtonChecked dependency property.
Public field Static member IsSelectedProperty
Identifies the IsSelected dependency property.
Public field Static member ParentContextProperty
Identifies the ParentContext dependency property.
Public field Static member PersonContentTemplateProperty
Identifies the PersonContentTemplate dependency property.
Public field Static member PersonTwoLineContentTemplateProperty
Identifies the PersonTwoLineContentTemplate dependency property.
Public field Static member ShowFriendlyNameProperty
Identifies the ShowFriendlyName dependency property.
Public field Static member TelephoneContentTemplateProperty
Identifies the TelephoneContentTemplate dependency property.
Public field Static member TelephoneTwoLineContentTemplateProperty
Identifies the TelephoneTwoLineContentTemplate dependency property.

Properties

  Name Description
Public property ActualHeight (Inherited from FrameworkElement.)
Public property ActualWidth (Inherited from FrameworkElement.)
Public property AllowDrop (Inherited from UIElement.)
Public property Background (Inherited from Control.)
Public property BorderBrush (Inherited from Control.)
Public property BorderThickness (Inherited from Control.)
Public property BotContentTemplate
Gets or sets the DataTemplate used for Bot-type contacts in OneLine mode. (See ContactLayoutView).
Public property BotTwoLineContentTemplate
Gets or sets the DataTemplate used for Bot-type contacts in TwoLines mode. (See ContactLayoutView).
Public property CacheMode (Inherited from UIElement.)
Public property CallButtonVisibility
Gets or sets an enumerated value which indicates whether or not the call button on this contact item's template is visible. This property is updated based on MouseEnter and MouseLeave events.
Public property Clip (Inherited from UIElement.)
Public property ContactLayoutView
Gets or sets an enumerated value which determines whether this contact item is displayed in OneLine or TwoLines mode.
Public property ContextMenu
A property wrapper for the ContextMenuProperty dependency property:
This property provides ContextMenu functionality as a dependency property for Silverlight controls. WPF controls get this functionality directly from FrameworkElement
(Inherited from UCBase.)
Public property ContextualInformation
Gets or sets data structure which provides contextual information for use with the contextual conversation feature.
(Inherited from ContactBase.)
Public property Cursor (Inherited from FrameworkElement.)
Public property DataContext (Inherited from FrameworkElement.)
Protected property DefaultStyleKey (Inherited from Control.)
Public property DesiredSize (Inherited from UIElement.)
Public property Dispatcher (Inherited from DependencyObject.)
Public property DisplayName
Gets the display name of this contact or distribution group.
(Inherited from ContactBase.)
Public property Effect (Inherited from UIElement.)
Public property FlowDirection (Inherited from FrameworkElement.)
Public property FontFamily (Inherited from Control.)
Public property FontSize (Inherited from Control.)
Public property FontStretch (Inherited from Control.)
Public property FontStyle (Inherited from Control.)
Public property FontWeight (Inherited from Control.)
Public property Foreground (Inherited from Control.)
Public property GroupContentTemplate
Gets or sets the DataTemplate used for Group-type contacts in OneLine mode. (See ContactLayoutView).
Public property GroupTwoLineContentTemplate
Gets or sets the DataTemplate used for Group-type contacts in TwoLines mode. (See ContactLayoutView).
Public property Height (Inherited from FrameworkElement.)
Public property HorizontalAlignment (Inherited from FrameworkElement.)
Public property HorizontalContentAlignment (Inherited from Control.)
Public property InitializationError
When InitializationFailed is true, this property stores the exception that was generated during initialization.
(Inherited from UCBase.)
Public property InitializationErrorMessage
When InitializationFailed is true, this property stores the a descriptive message that was generated during initialization.
(Inherited from UCBase.)
Public property InitializationFailed
Gets a bool value which indicates whether or not the establishment of a connection to Lync failed.
(Inherited from UCBase.)
Protected property IsContactModelOwner
Reserved for internal use.
(Inherited from ContactBase.)
Public property IsEnabled (Inherited from Control.)
Public property IsHitTestVisible (Inherited from UIElement.)
Public property IsInResiliencyMode
Gets a bool value which indicates whether or not the currently connected Lync session is in resiliency mode. In resiliency mode, certain application features may be unavailable.
(Inherited from UCBase.)
Public property IsLoaded
Support for WPF property IsLoaded
(Inherited from UCBase.)
Protected property IsLoadedAndIsInVisualTree
Determine if the control is loaded and is rooted in a connected visual tree.
(Inherited from UCBase.)
Public property IsNoteToggleButtonChecked
Gets or sets a boolean value which determines the state of the note toggle button.
Public property IsSelected
Gets or sets if this ContactItem is currently selected
Public property IsSignedIn
Gets a bool value which indicates whether or not the currently connected Lync session is signed in.
(Inherited from UCBase.)
Public property IsTabStop (Inherited from Control.)
Public property Language (Inherited from FrameworkElement.)
Public property Margin (Inherited from FrameworkElement.)
Public property MaxHeight (Inherited from FrameworkElement.)
Public property MaxWidth (Inherited from FrameworkElement.)
Public property MinHeight (Inherited from FrameworkElement.)
Public property MinWidth (Inherited from FrameworkElement.)
Public property Model
Reserved for internal use.
(Inherited from ContactBase.)
Public property Name (Inherited from FrameworkElement.)
Public property Opacity (Inherited from UIElement.)
Public property OpacityMask (Inherited from UIElement.)
Public property Padding (Inherited from Control.)
Public property Parent (Inherited from FrameworkElement.)
Public property ParentContext
Gets or sets a context Object to be passed to templates used by this ContentPresenter control
Public property PersonContentTemplate
Gets or sets the DataTemplate used for Person-type contacts in OneLine mode. (See ContactLayoutView).
Public property PersonTwoLineContentTemplate
Gets or sets the DataTemplate used for Person-type contacts in TwoLines mode. (See ContactLayoutView).
Public property Projection (Inherited from UIElement.)
Public property RenderSize (Inherited from UIElement.)
Public property RenderTransform (Inherited from UIElement.)
Public property RenderTransformOrigin (Inherited from UIElement.)
Public property Resources (Inherited from FrameworkElement.)
Public property ShowFriendlyName
Gets or sets a boolean value which determines whether or not this contact item displays a friendly name string or a SIP URI.
Public property Source
Specifies a contact or distribution group to which this control should be bound.
(Inherited from ContactBase.)
Public property Style (Inherited from FrameworkElement.)
Public property TabIndex (Inherited from Control.)
Public property TabNavigation (Inherited from Control.)
Public property Tag (Inherited from FrameworkElement.)
Public property TelephoneContentTemplate
Gets or sets the DataTemplate used for Telephone-type contacts in OneLine mode. (See ContactLayoutView).
Public property TelephoneTwoLineContentTemplate
Gets or sets the DataTemplate used for Telephone-type contacts in TwoLines mode. (See ContactLayoutView).
Public property Template (Inherited from Control.)
Public property Triggers (Inherited from FrameworkElement.)
Protected property UCClientModel
Reserved for internal use.
(Inherited from UCBase.)
Public property UseLayoutRounding (Inherited from UIElement.)
Public property VerticalAlignment (Inherited from FrameworkElement.)
Public property VerticalContentAlignment (Inherited from Control.)
Public property Visibility (Inherited from UIElement.)
Public property Width (Inherited from FrameworkElement.)

Events

  Name Description
Public event BindingValidationError (Inherited from FrameworkElement.)
Public event DragEnter (Inherited from UIElement.)
Public event DragLeave (Inherited from UIElement.)
Public event DragOver (Inherited from UIElement.)
Public event Drop (Inherited from UIElement.)
Public event GotFocus (Inherited from UIElement.)
Public event InitializationCompleted
Fired when the Initialization is completed
(Inherited from UCBase.)
Public event IsEnabledChanged (Inherited from Control.)
Public event KeyDown (Inherited from UIElement.)
Public event KeyUp (Inherited from UIElement.)
Public event LayoutUpdated (Inherited from FrameworkElement.)
Public event Loaded (Inherited from FrameworkElement.)
Public event LostFocus (Inherited from UIElement.)
Public event LostMouseCapture (Inherited from UIElement.)
Public event ManipulationCompleted (Inherited from UIElement.)
Public event ManipulationDelta (Inherited from UIElement.)
Public event ManipulationStarted (Inherited from UIElement.)
Public event MouseEnter (Inherited from UIElement.)
Public event MouseLeave (Inherited from UIElement.)
Public event MouseLeftButtonDown (Inherited from UIElement.)
Public event MouseLeftButtonUp (Inherited from UIElement.)
Public event MouseMove (Inherited from UIElement.)
Public event MouseRightButtonDown (Inherited from UIElement.)
Public event MouseRightButtonUp (Inherited from UIElement.)
Public event MouseWheel (Inherited from UIElement.)
Public event OnItemTemplated
Raised when the control has applied a template for the contact.
Public event SizeChanged (Inherited from FrameworkElement.)
Public event TextInput (Inherited from UIElement.)
Public event TextInputStart (Inherited from UIElement.)
Public event TextInputUpdate (Inherited from UIElement.)
Public event Unloaded (Inherited from FrameworkElement.)

See Also

ContactItem Class

Microsoft.Lync.Controls Namespace