ImageGear .NET v24.14 - Updated
ImGearCustomMarkMenuItemCollection Class
Members 




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

Reference

ImGearCustomMarkMenuItemCollection Members
ImageGear.Windows.Controls Namespace