Dart.PowerWEB.TextBox Namespace > HtmlBox Class : ReadOnly Property |
Gets or sets a value which indicates whether the HtmlBox should be an active HTML editor, or a read-only document viewer.
[Visual Basic]
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Gets/sets a value which indicates if the HtmlBox is editable, or a read-only document viewer")>
Public Property ReadOnly As Boolean
[C#]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Gets/sets a value which indicates if the HtmlBox is editable, or a read-only document viewer")]
public bool ReadOnly {get; set;}
[C++]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Gets/sets a value which indicates if the HtmlBox is editable, or a read-only document viewer")]
public: __property bool get_ReadOnly();
public: __property void set_ReadOnly(
bool value
);
[C++/CLI]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Gets/sets a value which indicates if the HtmlBox is editable, or a read-only document viewer")]
public:
property bool ReadOnly {
bool get();
void set (bool value);
}
true if the HtmlBox should be a read-only document viewer; false otherwise. The default value is false.
Set this property to true if you would like to display read-only content in the HtmlBox.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.