Поделиться через


UCTreeView Members

Include Protected Members
Include Inherited Members

Reserved for internal use.

The UCTreeView type exposes the following members.

Constructors

  Name Description
Public method UCTreeView Constructs a instance of the UCTreeView class.

Top

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 CacheMode (inherited from UIElement)
Public property Clip (inherited from UIElement)
Public property ContactLayoutView Gets or sets the current layout view for all contact nodes.
Public property ContextMenu Reserved for internal use.
Public property ContextualInformation Gets or sets data structure which provides contextual information for use with the contextual conversation feature.
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 DisplayMemberPath (inherited from ItemsControl)
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 GroupViewBySetting Gets or sets an enumerated value which determines the manner in which contacts are grouped on the contact list.
Public property Height (inherited from FrameworkElement)
Public property HorizontalAlignment (inherited from FrameworkElement)
Public property HorizontalContentAlignment (inherited from Control)
Public property IsEnabled (inherited from Control)
Public property IsHitTestVisible (inherited from UIElement)
Public property IsTabStop (inherited from Control)
Public property ItemContainerGenerator (inherited from ItemsControl)
Public property ItemContainerStyle (inherited from TreeView)
Public property Items (inherited from ItemsControl)
Public property ItemsPanel (inherited from ItemsControl)
Public property ItemsSource (inherited from ItemsControl)
Public property ItemTemplate (inherited from ItemsControl)
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 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 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 SelectedItem (inherited from TreeView)
Public property SelectedValue (inherited from TreeView)
Public property SelectedValuePath (inherited from TreeView)
Public property ShowFriendlyName Gets or sets whether contacts in the list are shown using their [displaynames] or their [SIPURI's].
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 Template (inherited from Control)
Public property Triggers (inherited from FrameworkElement)
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)

Top

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)
Protected method ClearContainerForItemOverride Undoes the effects of [PrepareContainerForItemOverride] (Overrides TreeViewClearContainerForItemOverride(DependencyObject, Object).)
Public method ClearValue (inherited from DependencyObject)
Public method Equals (inherited from Object)
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)
Protected method GetContainerForItemOverride Create [ContactListItem] container and apply [Style] if there is an explicit one. (Overrides TreeView.GetContainerForItemOverride().)
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)
Protected method IsItemItsOwnContainerOverride Check whether the item is a [CustomContactListItem] (Overrides TreeView.IsItemItsOwnContainerOverride(Object).)
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 TreeViewOnApplyTemplate().)
Protected method OnCreateAutomationPeer (inherited from TreeView)
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 TreeView)
Protected method OnItemsChanged Override base class to apply Item Container filer, if any (Overrides TreeView.OnItemsChanged(NotifyCollectionChangedEventArgs).)
Protected method OnKeyDown (inherited from TreeView)
Protected method OnKeyUp (inherited from TreeView)
Protected method OnLostFocus (inherited from TreeView)
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 TreeView)
Protected method OnMouseLeave (inherited from TreeView)
Protected method OnMouseLeftButtonDown (inherited from TreeView)
Protected method OnMouseLeftButtonUp (inherited from TreeView)
Protected method OnMouseMove (inherited from TreeView)
Protected method OnMouseRightButtonDown (inherited from Control)
Protected method OnMouseRightButtonUp (inherited from Control)
Protected method OnMouseWheel (inherited from Control)
Protected method OnSelectedItemChanged (inherited from TreeView)
Protected method OnTextInput (inherited from Control)
Protected method OnTextInputStart (inherited from Control)
Protected method OnTextInputUpdate (inherited from Control)
Protected method PrepareContainerForItemOverride Prepare Contact Item to be displayed. (Overrides TreeView.PrepareContainerForItemOverride(DependencyObject, Object).)
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)
Public method UpdateLayout (inherited from UIElement)

Top

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 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 SelectedItemChanged (inherited from TreeView)
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)

Top

Fields

  Name Description
Public fieldStatic member ContactLayoutViewProperty Identifies the ContactLayoutView dependency property.
Public fieldStatic member ContextMenuProperty Identifies the ContextMenu dependency property.
Public fieldStatic member ContextualInformationProperty Identifies the ContextualInformation dependency property.
Public fieldStatic member GroupViewBySettingProperty Identifies the GroupViewBySetting dependency property.
Public fieldStatic member ShowFriendlyNameProperty Identifies the ShowFriendlyName dependency property.

Top

See Also

Reference

UCTreeView Class

Microsoft.Lync.Controls Namespace