Login.SetDesignModeState(IDictionary) Método

Definición

Establece los datos en tiempo de diseño para un control.

protected:
 override void SetDesignModeState(System::Collections::IDictionary ^ data);
protected override void SetDesignModeState (System.Collections.IDictionary data);
override this.SetDesignModeState : System.Collections.IDictionary -> unit
Protected Overrides Sub SetDesignModeState (data As IDictionary)

Parámetros

data
IDictionary

IDictionary que contiene los datos en tiempo de diseño del control.

Se aplica a

Consulte también