FormControl.Open Method
Include Protected Members
Include Inherited Members
Opens a form and loads it into the FormControl object.
Overload List
Name | Description | |
---|---|---|
![]() |
Open(Stream) | Opens a form file (.xml) from a file stream (Stream) and loads it into the FormControl object. |
![]() |
Open(String) | Opens a form file (.xml) and loads it into the FormControl object. |
![]() |
Open(Stream, AppDomain, String) | Opens a form file (.xml) from a file stream and loads it into the FormControl object. |
![]() |
Open(String, AppDomain, String) | Opens a form template file (.xsn) and loads it into the FormControl object. |
Top