Click or drag to resize

Metodo UtilityIsDesignerHosted

The DesignMode property does not correctly tell you if you are in design mode. IsDesignerHosted is a corrected version of that property. (see https://connect.microsoft.com/VisualStudio/feedback/details/553305 and http://stackoverflow.com/a/2693338/238419 )

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi
public static bool IsDesignerHosted(
	Control ctr
)

Parametri

ctr  Control
 

Valore di ritorno

Boolean
Vedi anche