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




In This Topic
    ImGearCustomMarkMenuItemDictionary Class
    In This Topic
    This class represents a dictionary of collections of context menu items for custom marks.
    Object Model
    ImGearCustomMarkMenuItemDictionary ClassImGearCustomMarkMenuItemCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
    Public Class ImGearCustomMarkMenuItemDictionary 
       Inherits System.Collections.Generic.Dictionary(Of String,ImGearCustomMarkMenuItemCollection)
    'Usage
     
    Dim instance As ImGearCustomMarkMenuItemDictionary
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    public class ImGearCustomMarkMenuItemDictionary : System.Collections.Generic.Dictionary<string,ImGearCustomMarkMenuItemCollection> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    public __gc class ImGearCustomMarkMenuItemDictionary : public System.Collections.Generic.Dictionary<string,ImGearCustomMarkMenuItemCollection> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    public ref class ImGearCustomMarkMenuItemDictionary : public System.Collections.Generic.Dictionary<String,ImGearCustomMarkMenuItemCollection> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          ImageGear.Windows.Controls.ImGearCustomMarkMenuItemDictionary

    See Also