Condividi tramite


ControlDesigner.ReadOnly Proprietà

Definizione

Attenzione

The recommended alternative is to inherit from ContainerControlDesigner instead and to use an EditableDesignerRegion. Regions allow for better control of the content in the designer. http://go.microsoft.com/fwlink/?linkid=14202

Ottiene o imposta un valore che indica se le proprietà del controllo sono in sola lettura in fase di progettazione.

public:
 property bool ReadOnly { bool get(); void set(bool value); };
public bool ReadOnly { get; set; }
[System.Obsolete("The recommended alternative is to inherit from ContainerControlDesigner instead and to use an EditableDesignerRegion. Regions allow for better control of the content in the designer. http://go.microsoft.com/fwlink/?linkid=14202")]
public bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
[<System.Obsolete("The recommended alternative is to inherit from ContainerControlDesigner instead and to use an EditableDesignerRegion. Regions allow for better control of the content in the designer. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean

Valore della proprietà

Boolean

true se le proprietà del controllo, in fase di progettazione, sono in sola lettura; in caso contrario, false.

Attributi

Commenti

La ControlDesigner classe è di sola lettura, per natura. Le funzionalità di lettura/scrittura vengono fornite aggiungendo un DesignerRegion oggetto o usando classi di base, ad esempio la ContainerControlDesigner classe .

Nota

La proprietà ReadOnly è obsoleta. Derivare dalla ContainerControlDesigner classe a cui è possibile aggiungere aree della finestra di progettazione modificabili o dall'oggetto TemplatedControlDesigner a cui è possibile creare aree della finestra di progettazione modificabili nei modelli.

Si applica a

Vedi anche