PowerWEB LiveControls for ASP.NET
ReadOnly Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveTextBox Class : ReadOnly Property



Gets or sets a value indicating whether the contents of the LiveTextBox control can be changed.

Syntax

Visual Basic (Declaration) 
Public Overrides Property ReadOnly As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveTextBox
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly
C# 
public override bool ReadOnly {get; set;}
C++/CLI 
public:
property bool ReadOnly {
   bool get() override;
   void set (    bool value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.TextBox.ReadOnly.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.