ImageGear .NET v24.14 - Updated
ImGearPageViewToolCollection Class
Members 




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearPageViewToolCollection Class
This class represents a collection of ImGearPageViewTools.
Object Model
ImGearPageViewToolCollection ClassImGearPageViewTool Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
Public Class ImGearPageViewToolCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of ImGearPageViewTool)
'Usage
 
Dim instance As ImGearPageViewToolCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
public class ImGearPageViewToolCollection : System.Collections.ObjectModel.ObservableCollection<ImGearPageViewTool> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
public __gc class ImGearPageViewToolCollection : public System.Collections.ObjectModel.ObservableCollection<ImGearPageViewTool> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
public ref class ImGearPageViewToolCollection : public System.Collections.ObjectModel.ObservableCollection<ImGearPageViewTool> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         ImageGear.Windows.Controls.ImGearPageViewToolCollection

See Also

Reference

ImGearPageViewToolCollection Members
ImageGear.Windows.Controls Namespace