Nevron .NET Vision
Nevron.Chart Namespace / NPalette Class / GetUserControl Method


In This Topic
    GetUserControl Method
    In This Topic
    Creates a user control which can be used for this object visual editing
    Syntax
    'Declaration
     
    
    Public Function GetUserControl() As NUserControlBase
    'Usage
     
    
    Dim instance As NPalette
    Dim value As NUserControlBase
     
    value = instance.GetUserControl()
    public NUserControlBase GetUserControl()
    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