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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also