Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NInteractivityManager Class
Members


In This Topic
    NInteractivityManager Class
    In This Topic
    The NInteractivityManager attribute is used to provide each NView instance with cursor and tooltip management abilities
    Object Model
    NInteractivityManager Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.SerializableAttribute()>
    Public Class NInteractivityManager 
       Inherits Nevron.Dom.NAttribute
       Implements Nevron.Diagram.INViewInteractivityBridge, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NInteractivityManager
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.Serializable()]
    public class NInteractivityManager : Nevron.Dom.NAttribute, Nevron.Diagram.INViewInteractivityBridge, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    A reference to this class can be obtained from the InteractivityManager property of the NView class
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.Diagram.WinForm.NInteractivityManager

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also