TabPage.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Méthode

Définition

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)

Paramètres

x
Int32

Nouvelle Left valeur de propriété du contrôle.

y
Int32

Nouvelle Top valeur de propriété du contrôle.

width
Int32

Nouvelle Width valeur de propriété du contrôle.

height
Int32

Nouvelle Height valeur de propriété du contrôle.

specified
BoundsSpecified

Combinaison de valeurs au niveau du BoundsSpecified bit.

S’applique à