ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gauge Class / IsReadOnly Property






In This Topic
    IsReadOnly Property (Gauge)
    In This Topic
    Gets or whether the user can edit the value using the mouse and the keyboard.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property IsReadOnly As System.Boolean
    'Usage
     
    
    Dim instance As Gauge
    Dim value As System.Boolean
     
    instance.IsReadOnly = value
     
    value = instance.IsReadOnly
    [System.ComponentModel.DefaultValue(true)]
    public System.bool IsReadOnly {get; set;}
    public read-write property IsReadOnly: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set IsReadOnly : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_IsReadOnly();
    public: __property void set_IsReadOnly( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool IsReadOnly {
       System.bool get();
       void set (    System.bool value);
    }
    See Also