Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / NativeWindow Property


In This Topic
    NativeWindow Property (ChartSelectDataSource)
    In This Topic
    Gets the native window.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property NativeWindow As NativeWindow
    'Usage
     
    
    Dim instance As ChartSelectDataSource
    Dim value As NativeWindow
     
    value = instance.NativeWindow
    protected NativeWindow NativeWindow {get;}

    Property Value

    The native window.
    See Also