InheritanceAttribute.InheritedReadOnly Campo

Definición

Especifica que el componente se hereda y es de sólo lectura. Este campo es de solo lectura.

public: static initonly System::ComponentModel::InheritanceAttribute ^ InheritedReadOnly;
public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly;
 staticval mutable InheritedReadOnly : System.ComponentModel.InheritanceAttribute
Public Shared ReadOnly InheritedReadOnly As InheritanceAttribute 

Valor de campo

Comentarios

Este campo crea un nuevo InheritanceAttribute que indica que el componente asociado se hereda y es de solo lectura.

Se aplica a