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




In This Topic
    ImGearCustomMarkMenuItemCollection Class
    In This Topic
    This class represents a collection of context menu items for a custom mark.
    Object Model
    ImGearCustomMarkMenuItemCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    Public Class ImGearCustomMarkMenuItemCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of Object)
    'Usage
     
    Dim instance As ImGearCustomMarkMenuItemCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    public class ImGearCustomMarkMenuItemCollection : System.Collections.ObjectModel.ObservableCollection<object> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    public __gc class ImGearCustomMarkMenuItemCollection : public System.Collections.ObjectModel.ObservableCollection<Object> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    public ref class ImGearCustomMarkMenuItemCollection : public System.Collections.ObjectModel.ObservableCollection<Object> 
    Inheritance Hierarchy

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

    See Also