LinkLabel.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Método

Definición

Realiza la tarea de configurar los límites de este control.

protected:
 override void SetBoundsCore(int x, int y, int width, int height, System::Windows::Forms::BoundsSpecified specified);
protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified);
override this.SetBoundsCore : int * int * int * int * System.Windows.Forms.BoundsSpecified -> unit
Protected Overrides Sub SetBoundsCore (x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified)

Parámetros

x
Int32

Nueva izquierda del control.

y
Int32

Nueva derecha del control.

width
Int32

Nuevo ancho del control.

height
Int32

Nuevo alto del control.

specified
BoundsSpecified

Qué valores fueron especificados. Este parámetro refleja el intento del usuario, no los valores que han cambiado.

Comentarios

Las clases heredadas pueden invalidar esta función para agregar restricciones de tamaño. Las clases heredadas deben llamar base.setBoundsCore a para hacer que los límites del control cambien realmente.

Se aplica a