Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1CheckBox Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (C1CheckBox)
    In This Topic
    Gets or sets whether the C1CheckBox is read only.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Boolean
     
    instance.IsReadOnly = value
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get; set;}
    See Also