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


UCListBox Members

Include Protected Members
Include Inherited Members

Reserved for internal use.

The UCListBox type exposes the following members.

Constructors

  Name Description
Protected method UCListBox

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 BotItemTemplate Gets or sets the DataTemplate used for Bot-type contacts in OneLine mode.
Public property CacheMode (inherited from UIElement)
Public property Clip (inherited from UIElement)
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 GroupItemTemplate Gets or sets the DataTemplate used for Group-type contacts in OneLine mode.
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 IsSynchronizedWithCurrentItem (inherited from Selector)
Public property IsTabStop (inherited from Control)
Public property ItemContainerGenerator (inherited from ItemsControl)
Public property ItemContainerStyle (inherited from ListBox)
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 PersonItemTemplate Gets or sets the DataTemplate used for Person-type contacts in OneLine mode.
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 SelectedIndex (inherited from Selector)
Public property SelectedItem (inherited from Selector)
Public property SelectedItems (inherited from ListBox)
Public property SelectedValue (inherited from Selector)
Public property SelectedValuePath (inherited from Selector)
Public property SelectionMode (inherited from ListBox)
Public property ShowFriendlyName Gets or sets whether contacts in the list display friendly name or URI.
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 TelephoneItemTemplate Gets or sets the DataTemplate used for Telephone-type contacts in OneLine mode.
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 Removes any bindings and templates applied to the item container for the specified content. (Overrides Selector.ClearContainerForItemOverride(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 (inherited from ListBox)
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 (inherited from ListBox)
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 ListBoxOnApplyTemplate().)
Protected method OnCreateAutomationPeer (inherited from ListBox)
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 ListBox)
Protected method OnItemsChanged Reserved for internal use. (Overrides ListBoxOnItemsChanged(NotifyCollectionChangedEventArgs).)
Protected method OnKeyDown (inherited from ListBox)
Protected method OnKeyUp (inherited from Control)
Protected method OnLostFocus (inherited from ListBox)
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 (inherited from Control)
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 OnTextInput (inherited from Control)
Protected method OnTextInputStart (inherited from Control)
Protected method OnTextInputUpdate (inherited from Control)
Protected method PrepareContainerForItemOverride Prepares the specified element to display the specified item. (Overrides SelectorPrepareContainerForItemOverride(DependencyObject, Object).)
Public method ReadLocalValue (inherited from DependencyObject)
Public method ReleaseMouseCapture (inherited from UIElement)
Public method RemoveHandler (inherited from UIElement)
Public method ScrollIntoView (inherited from ListBox)
Public method SelectAll (inherited from ListBox)
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 SelectionChanged (inherited from Selector)
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 BotItemTemplateProperty Identifies the BotItemTemplate dependency property.
Public fieldStatic member ContextMenuProperty This property provides ContextMenu functionality as a dependency property for Silverlight controls. WPF controls get this functionality directly from FrameworkElement
Public fieldStatic member ContextualInformationProperty Identifies the ContextualInformation dependency property.
Public fieldStatic member GroupItemTemplateProperty Identifies the GroupItemTemplate dependency property.
Public fieldStatic member PersonItemTemplateProperty Identifies the PersonItemTemplate dependency property.
Public fieldStatic member ShowFriendlyNameProperty Identifies the ShowFriendlyName dependency property.
Public fieldStatic member TelephoneItemTemplateProperty Identifies the TelephoneItemTemplate dependency property.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method System#ComponentModel#ISupportInitialize#BeginInit (inherited from Selector)
Explicit interface implemetationPrivate method System#ComponentModel#ISupportInitialize#EndInit (inherited from Selector)

Top

See Also

Reference

UCListBox Class

Microsoft.Lync.Controls Namespace