C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TagStringInputParams Class / CheckValue Method
The control used to enter the value.
The Tag to which the value is to be assigned.
The error message, assigned if the check fails.

In This Topic
CheckValue Method (TagStringInputParams)
In This Topic
Returns true.
Syntax
'Declaration
 
Public Overrides Function CheckValue( _
   ByVal control As Control, _
   ByVal tag As Tag, _
   ByRef errorMessage As String _
) As Boolean
 

Parameters

control
The control used to enter the value.
tag
The Tag to which the value is to be assigned.
errorMessage
The error message, assigned if the check fails.

Return Value

True.
See Also