EmailValidator Constructor (IContainer) |
Initializes a new instance of the EmailValidator class with the specified container.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public EmailValidator(
IContainer container
)
Public Sub New (
container As IContainer
)
public:
EmailValidator(
IContainer^ container
)
new :
container : IContainer -> EmailValidator
Parameters
- container
- Type: System.ComponentModelIContainer
An IContainer that represents the container for the EmailValidator control.
See Also