ComponentOne ASP.NET MVC Controls
IsReadOnly Method (InputNumberBuilder)

C1.Web.Mvc.Fluent Namespace > InputNumberBuilder Class : IsReadOnly Method
The value.
Configurates C1.Web.Mvc.InputNumber.IsReadOnly. Sets a value that indicates whether the user can modify the control value using the mouse and keyboard.
Syntax
'Declaration
 
Public Function IsReadOnly( _
   ByVal value As Boolean _
) As InputNumberBuilder
public InputNumberBuilder IsReadOnly( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputNumberBuilder Class
InputNumberBuilder Members