Version

SetInvalid Method (MaskedEditReplayServer)

Type in the invlaid value into the masked edit to force firing MaskValidationError event
Syntax
'Declaration
 
Public Sub SetInvalid( _
   ByVal Value As System.String _
) 
public void SetInvalid( 
   System.string Value
)

Parameters

Value
The invalid value of the mask, passed as a string
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also