ClientStation.ReadOnly Property

Flag to indicate client is running in ReadOnlyMOde
<ID("ReadOnly", (int)e.ReadOnly)> _ 
<EditorBrowsable(EditorBrowsableState.Never)> _ 
Public Property ReadOnly() As Boolean
This language is not supported or no code example is available.
[ID("ReadOnly", (int)e.ReadOnly)] 
[EditorBrowsable(EditorBrowsableState.Never)] 
public bool ReadOnly {get; set;}
This language is not supported or no code example is available.

Property Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition