DesignPropertyDescriptor.IsReadOnly Property

Definition

Delegates to base.

public:
 virtual property bool IsReadOnly { bool get(); };
public:
 virtual property bool IsReadOnly { bool get(); };
public override bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public Overrides ReadOnly Property IsReadOnly As Boolean

Property Value

true if the property is read-only, otherwise false.

Remarks

This method calls the base method.

Applies to