ImageGear .NET v24.14 - Updated
ImGearCustomMarkMenuItemDictionary Class
Members 




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearCustomMarkMenuItemDictionary Class
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

Reference

ImGearCustomMarkMenuItemDictionary Members
ImageGear.Windows.Controls Namespace