Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NToolCollection Class
Properties Methods


In This Topic
    NToolCollection Class Members
    In This Topic

    The following tables list the members exposed by NToolCollection.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the ambient tool names  
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyGets/sets the tool at the specified index  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified tool  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodDetermines whether the specified tool is contained in this collection  
    Public Method  
    Public Method  
    Public MethodDisables all tools  
    Public MethodDisables the tools with the specified names  
    Public MethodEnables all tools  
    Public MethodEnables the tools with the specified names  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public Method  
    Public MethodObtains a reference to the tool with the specified name  
    Public MethodDetermines the index of the tool in the collection  
    Public MethodInserts a the specified tool at the specified index  
    Public MethodDetermines whether the tool with the specified name is enabled  
    Public Method  
    Public MethodRemoves the specified tool  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded. Enables the tool with the specified name and makes all other tools disabled  
    Public MethodOverloaded. Enables the tools with the specified names and makes all other tools disabled  
    Public Method  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodDetermines whether the specified tool name is an ambient tool name  
    Protected MethodOverridden. Overriden to call the OnCollectionChanged method  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodCalled when the collection items have changed  
    Protected MethodOverridden. Overriden to check the type of the inserted object  
    Protected MethodOverridden. Overriden to call the OnCollectionChanged method  
    Protected MethodOverridden. Overriden to check the type of the removed object  
    Protected MethodOverridden. Overriden to call the OnCollectionChanged method  
    Protected MethodOverridden. Overriden to check the type of the set object and call the OnCollectionChanged method  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Overriden to check the type of the object  
    Top
    See Also