Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / Show Method / Show(IWin32Window) Method
Any object that implements System.Windows.Forms.IWin32Window and represents the top-level window that will own this form.


In This Topic
    Show(IWin32Window) Method
    In This Topic
    Displays the control to the user.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Show( _
       ByVal owner As IWin32Window _
    ) 
    'Usage
     
    
    Dim instance As ChartSelectDataSource
    Dim owner As IWin32Window
     
    instance.Show(owner)
    public void Show( 
       IWin32Window owner
    )

    Parameters

    owner
    Any object that implements System.Windows.Forms.IWin32Window and represents the top-level window that will own this form.
    See Also