Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / NativeWindow Property


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

    Property Value

    The native window.
    See Also