Nevron .NET Vision
Nevron.Editors Namespace / NMarginsEditor Class / RemoveOwnedForm Method


In This Topic
    RemoveOwnedForm Method (NMarginsEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub RemoveOwnedForm( _
       ByVal ownedForm As System.Windows.Forms.Form _
    ) 
    'Usage
     
    
    Dim instance As NMarginsEditor
    Dim ownedForm As System.Windows.Forms.Form
     
    instance.RemoveOwnedForm(ownedForm)
    public void RemoveOwnedForm( 
       System.Windows.Forms.Form ownedForm
    )

    Parameters

    ownedForm
    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