Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NControlView Class / Controller Property


In This Topic
    Controller Property (NControlView)
    In This Topic
    Gets or sets the controller of this control view
    Syntax
    'Declaration
     
    
    Public Property Controller As NController
    'Usage
     
    
    Dim instance As NControlView
    Dim value As NController
     
    instance.Controller = value
     
    value = instance.Controller
    public NController Controller {get; set;}
    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