SplitContainer.SetBoundsCore Methode

Definition

Legt die angegebenen Begrenzungen dieses Steuerelements fest.

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)

Parameter

x
Int32

Der neue Left-Eigenschaftswert des Steuerelements.

y
Int32

Der neue Top-Eigenschaftswert des Steuerelements.

width
Int32

Der neue Width-Eigenschaftswert des Steuerelements.

height
Int32

Der neue Height -Eigenschaftswert des Steuerelements.

specified
BoundsSpecified

Eine bitweise Kombination der BoundsSpecified-Werte.

Gilt für

Siehe auch