Nevron .NET Vision
Nevron.Chart Namespace / NDataBindingManager Class / ShowDialog Method
an array of data source objects that should be displayed in the dialog as data sources


In This Topic
    ShowDialog Method (NDataBindingManager)
    In This Topic
    Displays a dialog window that enables you to visually edit data bindings.
    Syntax
    'Declaration
     
    
    Public Function ShowDialog( _
       ByVal dataSources() As System.Object _
    ) As System.Windows.Forms.DialogResult
    'Usage
     
    
    Dim instance As NDataBindingManager
    Dim dataSources() As System.Object
    Dim value As System.Windows.Forms.DialogResult
     
    value = instance.ShowDialog(dataSources)
    public System.Windows.Forms.DialogResult ShowDialog( 
       System.object[] dataSources
    )

    Parameters

    dataSources
    an array of data source objects that should be displayed in the dialog as data sources
    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