ComboBox.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define o tamanho e o local do 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)
Parâmetros
- x
- Int32
O local horizontal em pixels do controle.
- y
- Int32
O local vertical em pixels do controle.
- width
- Int32
A largura em pixels do controle.
- height
- Int32
A altura em pixels do controle.
- specified
- BoundsSpecified
Um dos valores de BoundsSpecified.