ComponentDesigner.Inherited Propiedad
Definición
Obtiene un valor que indica si este componente es heredado.Gets a value indicating whether this component is inherited.
protected:
property bool Inherited { bool get(); };
protected bool Inherited { get; }
member this.Inherited : bool
Protected ReadOnly Property Inherited As Boolean
Valor de propiedad
true
si el componente es heredado; de lo contrario, false
.true
if the component is inherited; otherwise, false
.