Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Dieser Member überschreibt Control.SetBoundsCore.
Syntax
'Declaration
Protected Overrides Sub SetBoundsCore ( _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer, _
specified As BoundsSpecified _
)
'Usage
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim specified As BoundsSpecified
Me.SetBoundsCore(x, y, width, height, specified)
protected override void SetBoundsCore (
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
protected:
virtual void SetBoundsCore (
int x,
int y,
int width,
int height,
BoundsSpecified specified
) override
protected void SetBoundsCore (
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
protected override function SetBoundsCore (
x : int,
y : int,
width : int,
height : int,
specified : BoundsSpecified
)
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
ComboBox-Klasse
ComboBox-Member
System.Windows.Forms-Namespace