IReadOnly
Wisej.Web.IReadOnly
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides access to the ReadOnly property for coontrols that support the read-only mode.
Using IReadOnly allows developers to use uniform code to access the read-only properties and events used by the control.
Properties
Boolean: Returns or sets whether the text box control is read-only.
Events
EventHandler Fired when the value of the ReadOnly property has changed.
Implemented By
Last updated