_DDocSiteControl.ReadOnly Property

Definition

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.

Applies to