Dart.PowerTCP.EmailValidation Namespace > Validator Class : DoEvents Property (Validator) |
Gets or Sets a value that controls the processing of events during blocking method calls.
[Visual Basic]
<DescriptionAttribute("Gets or Sets a value that controls the processing of events during blocking method calls.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property DoEvents As Boolean
[C#]
[DescriptionAttribute("Gets or Sets a value that controls the processing of events during blocking method calls.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public bool DoEvents {get; set;}
[C++]
[DescriptionAttribute("Gets or Sets a value that controls the processing of events during blocking method calls.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public: __property bool get_DoEvents();
public: __property void set_DoEvents(
bool value
);
[C++/CLI]
[DescriptionAttribute("Gets or Sets a value that controls the processing of events during blocking method calls.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public:
property bool DoEvents {
bool get();
void set (bool value);
}
Setting DoEvents does not affect DoEvents and DoEvents. The Validator's sub-objects' DoEvents properties should not be set. They will always be false during the validation process.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Validator Class | Validator Members
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.