_DDocSiteControl.ReadOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean value (bool in C#) that specifies whether the body displayed in the control can only be viewed and cannot be modified. Read/write.
public:
property System::SByte ReadOnly { System::SByte get(); void set(System::SByte value); };
public sbyte ReadOnly { get; set; }
Public Property ReadOnly As SByte
Property Value
Remarks
True to indicate that the control only displays the body and does not support its modification; False to indicate that the control supports both viewing and modifying of the body of the item.