IsReadOnly Property (Option)
In This Topic
Indicates whether this object is read-only.
Indicates whether the option is read-only.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property IsReadOnly As Boolean
public override bool IsReadOnly {get;}
public:
property bool IsReadOnly {
bool get() override;
}
See Also