Class ListBoxDragDropTarget
Inheritance
System.Object
ListBoxDragDropTarget
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class ListBoxDragDropTarget : ItemsControlDragDropTarget<ListBox, ListBoxItem>
Methods
| Improve this Doc View SourceAddItem(ListBox, Object)
Declaration
[NotImplemented]
protected override void AddItem(ListBox control, object data)
Parameters
Type | Name | Description |
---|---|---|
ListBox | control | |
System.Object | data |
Overrides
System.Windows.Controls.DragDropTarget<System.Windows.Controls.ListBox, System.Windows.Controls.ListBoxItem>.AddItem(System.Windows.Controls.ListBox, System.Object)
|
Improve this Doc
View Source
ContainerFromIndex(ListBox, Int32)
Declaration
[NotImplemented]
protected override UIElement ContainerFromIndex(ListBox itemsControl, int index)
Parameters
Type | Name | Description |
---|---|---|
ListBox | itemsControl | |
System.Int32 | index |
Returns
Type | Description |
---|---|
UIElement |
Overrides
System.Windows.Controls.DragDropTarget<System.Windows.Controls.ListBox, System.Windows.Controls.ListBoxItem>.ContainerFromIndex(System.Windows.Controls.ListBox, System.Int32)
|
Improve this Doc
View Source
IndexFromContainer(ListBox, UIElement)
Declaration
[NotImplemented]
protected override int? IndexFromContainer(ListBox itemsControl, UIElement itemContainer)
Parameters
Type | Name | Description |
---|---|---|
ListBox | itemsControl | |
UIElement | itemContainer |
Returns
Type | Description |
---|---|
System.Nullable<System.Int32> |
Overrides
System.Windows.Controls.DragDropTarget<System.Windows.Controls.ListBox, System.Windows.Controls.ListBoxItem>.IndexFromContainer(System.Windows.Controls.ListBox, System.Windows.UIElement)
|
Improve this Doc
View Source
InsertItem(ListBox, Int32, Object)
Declaration
[NotImplemented]
protected override void InsertItem(ListBox itemsControl, int index, object data)
Parameters
Type | Name | Description |
---|---|---|
ListBox | itemsControl | |
System.Int32 | index | |
System.Object | data |
Overrides
System.Windows.Controls.DragDropTarget<System.Windows.Controls.ListBox, System.Windows.Controls.ListBoxItem>.InsertItem(System.Windows.Controls.ListBox, System.Int32, System.Object)
|
Improve this Doc
View Source
INTERNAL_ReturnNewTItemsControl()
Declaration
[NotImplemented]
protected override ListBox INTERNAL_ReturnNewTItemsControl()
Returns
Type | Description |
---|---|
ListBox |
Overrides
System.Windows.Controls.DragDropTarget<System.Windows.Controls.ListBox, System.Windows.Controls.ListBoxItem>.INTERNAL_ReturnNewTItemsControl()
|
Improve this Doc
View Source
RemoveItem(ListBox, Object)
Declaration
[NotImplemented]
protected override void RemoveItem(ListBox itemsControl, object data)
Parameters
Type | Name | Description |
---|---|---|
ListBox | itemsControl | |
System.Object | data |
Overrides
System.Windows.Controls.DragDropTarget<System.Windows.Controls.ListBox, System.Windows.Controls.ListBoxItem>.RemoveItem(System.Windows.Controls.ListBox, System.Object)
|
Improve this Doc
View Source
RemoveItemAtIndex(ListBox, Int32)
Declaration
[NotImplemented]
protected override void RemoveItemAtIndex(ListBox itemsControl, int index)
Parameters
Type | Name | Description |
---|---|---|
ListBox | itemsControl | |
System.Int32 | index |
Overrides
System.Windows.Controls.DragDropTarget<System.Windows.Controls.ListBox, System.Windows.Controls.ListBoxItem>.RemoveItemAtIndex(System.Windows.Controls.ListBox, System.Int32)