ComponentOne ASP.NET MVC Controls
PromptChar Method

C1.Web.Mvc.Fluent Namespace > InputMaskBuilder Class : PromptChar Method
The value.
Configurates C1.Web.Mvc.InputMask.PromptChar. Sets the symbol used to show input positions in the control.
Syntax
'Declaration
 
Public Function PromptChar( _
   ByVal value As Char _
) As InputMaskBuilder
public InputMaskBuilder PromptChar( 
   char value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputMaskBuilder Class
InputMaskBuilder Members