BCExtensionPageControlReadOnly Property |
Gets or sets a value indicating whether the page is in Edit Mode and
the user is allowed to edit the data that is displayed.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [DefaultValueAttribute(false)]
public bool ReadOnly { get; set; }
<DefaultValueAttribute(false)>
Public Property ReadOnly As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ReadOnly {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member ReadOnly : bool with get, set
Property Value
Type:
BooleanRemarks
The property is set to when the user switches the page into Edit mode.
The property is a replacement for the SetEditMode method of the VB6 Extension Designer object.
See Also