Nevron.Chart Namespace / NDataBindingManager Class / ShowDialog Method


In This Topic
    ShowDialog Method (NDataBindingManager)
    In This Topic
    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
    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