AxHost.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Metodo

Definizione

Imposta i limiti specificati di questo controllo.

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)

Parametri

x
Int32

Nuovo valore della proprietà Left del controllo.

y
Int32

Nuovo valore della proprietà Top del controllo.

width
Int32

Nuovo valore della proprietà Width del controllo.

height
Int32

Nuovo valore della proprietà Height del controllo.

specified
BoundsSpecified

Combinazione bit per bit dei valori di BoundsSpecified.

Si applica a

Vedi anche