'宣言 Public Sub RemoveOwnedForm( _ ByVal ownedForm As System.Windows.Forms.Form _ )
'使用法 Dim instance As ExportOptionsFormBase Dim ownedForm As System.Windows.Forms.Form instance.RemoveOwnedForm(ownedForm)
public void RemoveOwnedForm( System.Windows.Forms.Form ownedForm )
パラメータ
- ownedForm