public void RemoveOwnedForm(
System.Windows.Forms.Form
)
public procedure RemoveOwnedForm(
: System.Windows.Forms.Form
);
public function RemoveOwnedForm(
: System.Windows.Forms.Form
);
public: void RemoveOwnedForm(
System.Windows.Forms.Form*
)
public:
void RemoveOwnedForm(
System.Windows.Forms.Form^
)
'Declaration
Public Sub RemoveOwnedForm( _
ByVal As System.Windows.Forms.Form _
)
'Usage
Dim instance As LicenseDialog
Dim ownedForm As System.Windows.Forms.Form
instance.RemoveOwnedForm(ownedForm)
Parameters
- ownedForm
Target Platforms: .NET CLR 4.8 or higher