ComboBox.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Anger storlek och plats för ComboBox.
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)
Parametrar
- x
- Int32
Kontrollens vågräta plats i bildpunkter.
- y
- Int32
Kontrollens lodräta plats i bildpunkter.
- width
- Int32
Kontrollens bredd i bildpunkter.
- height
- Int32
Kontrollens höjd i bildpunkter.
- specified
- BoundsSpecified
Ett av BoundsSpecified värdena.