IsReadOnly Property (FileManager)
In This Topic
Gets or sets a value indicating whether user can only read content of control or not.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(False)>
Public Property IsReadOnly As System.Boolean
'Usage
Dim instance As FileManager
Dim value As System.Boolean
instance.IsReadOnly = value
value = instance.IsReadOnly
[System.ComponentModel.DefaultValue(false)]
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(false)]
public: __property System.bool get_IsReadOnly();
public: __property void set_IsReadOnly(
System.bool value
);
[System.ComponentModel.DefaultValue(false)]
public:
property System.bool IsReadOnly {
System.bool get();
void set ( System.bool value);
}
See Also