UpDownBase.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Methode

Definitie

Hiermee wordt het werk uitgevoerd om de opgegeven grenzen van dit besturingselement in te stellen.

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)

Parameters

x
Int32

De nieuwe Left eigenschapswaarde van het besturingselement.

y
Int32

De nieuwe Top eigenschapswaarde van het besturingselement.

width
Int32

De nieuwe Width eigenschapswaarde van het besturingselement.

height
Int32

De nieuwe Height eigenschapswaarde van het besturingselement.

specified
BoundsSpecified

Een bitsgewijze combinatie van opsommingswaarden.

Van toepassing op