ComponentOne Basic Library for WPF and Silverlight
IsReadOnly Property (C1NumericBox)


C1.WPF Namespace > C1NumericBox Class : IsReadOnly Property
Gets or sets the value that determines if the C1NumericBox is read-only.
Syntax
'Declaration
 
Public Property IsReadOnly As System.Boolean
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Boolean
 
instance.IsReadOnly = value
 
value = instance.IsReadOnly
public System.bool IsReadOnly {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members