UCTreeViewItem Members
Include Protected Members
Include Inherited Members
Reserved for internal use.
The UCTreeViewItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UCTreeViewItem |
Top
Properties
Name | Description | |
---|---|---|
ActualHeight | (inherited from FrameworkElement) | |
ActualWidth | (inherited from FrameworkElement) | |
AllowDrop | (inherited from UIElement) | |
Background | (inherited from Control) | |
BorderBrush | (inherited from Control) | |
BorderThickness | (inherited from Control) | |
CacheMode | (inherited from UIElement) | |
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. | |
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) | |
DisplayMemberPath | (inherited from ItemsControl) | |
Effect | (inherited from UIElement) | |
FlowDirection | (inherited from FrameworkElement) | |
FontFamily | (inherited from Control) | |
FontSize | (inherited from Control) | |
FontStretch | (inherited from Control) | |
FontStyle | (inherited from Control) | |
FontWeight | (inherited from Control) | |
Foreground | (inherited from Control) | |
HasItems | (inherited from TreeViewItem) | |
Header | (inherited from HeaderedItemsControl) | |
HeaderTemplate | (inherited from HeaderedItemsControl) | |
Height | (inherited from FrameworkElement) | |
HorizontalAlignment | (inherited from FrameworkElement) | |
HorizontalContentAlignment | (inherited from Control) | |
IsContainerSelected | Reserved for internal use. | |
IsEnabled | (inherited from Control) | |
IsExpanded | (inherited from TreeViewItem) | |
IsHitTestVisible | (inherited from UIElement) | |
IsSelected | (inherited from TreeViewItem) | |
IsSelectionActive | (inherited from TreeViewItem) | |
IsTabStop | (inherited from Control) | |
ItemContainerGenerator | (inherited from ItemsControl) | |
ItemContainerStyle | (inherited from HeaderedItemsControl) | |
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) | |
Projection | (inherited from UIElement) | |
RenderSize | (inherited from UIElement) | |
RenderTransform | (inherited from UIElement) | |
RenderTransformOrigin | (inherited from UIElement) | |
Resources | (inherited from FrameworkElement) | |
Source | Specifies a contact or distribution group to which this control should be bound. | |
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) | |
ClearContainerForItemOverride | Removes all templates, styles, and bindings for the object displayed as a UCTreeViewItem. (Overrides TreeViewItemClearContainerForItemOverride(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 | (inherited from TreeViewItem) | |
GetHashCode | (inherited from Object) | |
GetTemplateChild | (inherited from Control) | |
GetType | (inherited from Object) | |
GetValue | (inherited from DependencyObject) | |
HandleDropDownClosed | Reserved for internal use. | |
HandleDropDownOpened | Reserved for internal use. | |
InvalidateArrange | (inherited from UIElement) | |
InvalidateMeasure | (inherited from UIElement) | |
IsItemItsOwnContainerOverride | Determines whether an object is a UCTreeViewItem. (Overrides TreeViewItem.IsItemItsOwnContainerOverride(Object).) | |
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 TreeViewItemOnApplyTemplate().) | |
OnCollapsed | (inherited from TreeViewItem) | |
OnCreateAutomationPeer | OnCreateAutomationPeer (Overrides TreeViewItem.OnCreateAutomationPeer().) | |
OnDragEnter | (inherited from Control) | |
OnDragLeave | (inherited from Control) | |
OnDragOver | (inherited from Control) | |
OnDrop | (inherited from Control) | |
OnExpanded | (inherited from TreeViewItem) | |
OnGotFocus | Provides handling for the GotFocus event. (Overrides TreeViewItem.OnGotFocus(RoutedEventArgs).) | |
OnHeaderChanged | (inherited from HeaderedItemsControl) | |
OnHeaderTemplateChanged | (inherited from HeaderedItemsControl) | |
OnItemsChanged | (inherited from TreeViewItem) | |
OnKeyDown | Provides handling for the KeyDown event when the TreeViewItem has focus. (Overrides TreeViewItem.OnKeyDown(KeyEventArgs).) | |
OnKeyUp | (inherited from TreeViewItem) | |
OnLostFocus | Provides handling for the LostFocus event. (Overrides TreeViewItemOnLostFocus(RoutedEventArgs).) | |
OnLostMouseCapture | (inherited from Control) | |
OnManipulationCompleted | (inherited from Control) | |
OnManipulationDelta | (inherited from Control) | |
OnManipulationStarted | (inherited from Control) | |
OnMouseEnter | (inherited from TreeViewItem) | |
OnMouseLeave | (inherited from TreeViewItem) | |
OnMouseLeftButtonDown | Provides handling for the MouseLeftButtonDown event. (Overrides TreeViewItem.OnMouseLeftButtonDown(MouseButtonEventArgs).) | |
OnMouseLeftButtonUp | Provides handling for the MouseLeftButtonUp event. (Overrides TreeViewItemOnMouseLeftButtonUp(MouseButtonEventArgs).) | |
OnMouseMove | (inherited from Control) | |
OnMouseRightButtonDown | Raises the MouseRightButtonDown event. (Overrides ControlOnMouseRightButtonDown(MouseButtonEventArgs).) | |
OnMouseRightButtonUp | (inherited from Control) | |
OnMouseWheel | (inherited from Control) | |
OnSelected | (inherited from TreeViewItem) | |
OnSourceChanged | Called when [Source] property has changed | |
OnTextInput | (inherited from Control) | |
OnTextInputStart | (inherited from Control) | |
OnTextInputUpdate | (inherited from Control) | |
OnUnselected | (inherited from TreeViewItem) | |
PrepareContainerForItemOverride | Prepares the specified container element to display the specified item. (Overrides TreeViewItem.PrepareContainerForItemOverride(DependencyObject, Object).) | |
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) | |
Collapsed | (inherited from TreeViewItem) | |
DragEnter | (inherited from UIElement) | |
DragLeave | (inherited from UIElement) | |
DragOver | (inherited from UIElement) | |
Drop | (inherited from UIElement) | |
Expanded | (inherited from TreeViewItem) | |
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) | |
ManipulationCompleted | (inherited from UIElement) | |
ManipulationDelta | (inherited from UIElement) | |
ManipulationStarted | (inherited from UIElement) | |
MouseEnter | (inherited from UIElement) | |
MouseLeave | (inherited from UIElement) | |
MouseLeftButtonDown | (inherited from UIElement) | |
MouseLeftButtonUp | (inherited from UIElement) | |
MouseMove | (inherited from UIElement) | |
MouseRightButtonDown | (inherited from UIElement) | |
MouseRightButtonUp | (inherited from UIElement) | |
MouseWheel | (inherited from UIElement) | |
Selected | (inherited from TreeViewItem) | |
SizeChanged | (inherited from FrameworkElement) | |
TextInput | (inherited from UIElement) | |
TextInputStart | (inherited from UIElement) | |
TextInputUpdate | (inherited from UIElement) | |
Unloaded | (inherited from FrameworkElement) | |
Unselected | (inherited from TreeViewItem) |
Top
Fields
Name | Description | |
---|---|---|
_callButton | The call button part | |
CallButtonVisibilityProperty | Identifies the CallButtonVisibility dependency property. | |
ContextualInformationProperty | Identifies the ContextualInformation dependency property. | |
IsContainerSelectedProperty | Identifies the IsContainerSelected dependency property. | |
PartNameCallButton | The call button part name | |
SourceProperty | Identifies the Source dependency property. |
Top