
'Declaration <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public NotInheritable Class ZoomboxViewStack Inherits System.Collections.ObjectModel.Collection(Of ZoomboxView)
'Usage Dim instance As ZoomboxViewStack
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public sealed class ZoomboxViewStack : System.Collections.ObjectModel.Collection<ZoomboxView>
System.Object
System.Collections.ObjectModel.Collection<T>
Xceed.Wpf.Toolkit.Zoombox.ZoomboxViewStack
Name | Description | |
---|---|---|
![]() | ZoomboxViewStack Constructor | Initializes a new instance of the XYZ class. |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | Item | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | SelectedView | The currently selected view within the stack. |
Name | Description | |
---|---|---|
![]() | Items | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | ReceiveWeakEvent | |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
Name | Description | |
---|---|---|
![]() | ClearItems | Overridden. Clears the view stack. |
![]() | InsertItem | Overridden. Inserts a view into the view stack. |
![]() | RemoveItem | Overridden. Removes an item from the view stack. |
![]() | SetItem | Overridden. Modifies a view currently on the stack. |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2