IsReadOnlyStyle Property (InputTextBoxElement)
In This Topic
Returns the actual state
ReadOnly of the embedded text box control to correctly define its style.
Syntax
'Declaration
Public ReadOnly Property IsReadOnlyStyle As Boolean
public bool IsReadOnlyStyle {get;}
See Also