IgnoreReadOnlyControls Property
From UltimateSpell
| UltimateSpell Class Library |
| UltimateSpell..::..IgnoreReadOnlyControls Property |
| UltimateSpell Class See Also Send Feedback |
Gets or sets a value that indicates whether to ignore read-only controls.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
| C# |
|---|
public virtual bool IgnoreReadOnlyControls { get; set; } |
| Visual Basic |
|---|
Public Overridable Property IgnoreReadOnlyControls As Boolean Get Set |
| Visual C++ |
|---|
public: virtual property bool IgnoreReadOnlyControls { bool get (); void set (bool value); } |
Field Value
true if read-only controls are ignored; otherwise, false. The default value is true.
Remarks
Use this property to ignore read-only controls.