ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearPageViewToolCollection Class
Members




In This Topic
    ImGearPageViewToolCollection Class
    In This Topic
    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