ClientStation.ReadOnly Property

Flag indicating client can not write in server tags.
<ID("ReadOnly", (int)e.ReadOnly)> _ 
<EditorBrowsable(EditorBrowsableState.Always)> _ 
Public Property ReadOnly() As Boolean
This language is not supported or no code example is available.
[ID("ReadOnly", (int)e.ReadOnly)] 
[EditorBrowsable(EditorBrowsableState.Always)] 
public bool ReadOnly {get; set;}
This language is not supported or no code example is available.

Property Value

bool

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition