IForm<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Form definition interface.
public abstract class IForm<T> where T : class
type IForm<'T (requires 'T : null)> = class
Public MustInherit Class IForm(Of T)
Type Parameters
- T
Form state.
- Inheritance
-
IForm<T>
- Derived
Constructors
| IForm<T>() |
Properties
| Fields |
Fields that make up form. |
Methods
| Localize(IDictionaryEnumerator, IEnumerable<String>, IEnumerable<String>) |
Localize all string resources from binary stream. |
| SaveResources(IResourceWriter) |
Save all string resources to binary stream for future localization. |