ControlDesigner.ViewControlCreated Propiedad

Definición

Obtiene o establece un valor que indica si se ha creado un View control para mostrarlo en la superficie de diseño.

public:
 virtual property bool ViewControlCreated { bool get(); void set(bool value); };
public virtual bool ViewControlCreated { get; set; }
member this.ViewControlCreated : bool with get, set
Public Overridable Property ViewControlCreated As Boolean

Valor de propiedad

true, si se ha creado un control para verlo en la superficie de diseño; de lo contrario, false.

Se aplica a

Consulte también