Compartilhar via


ToolBar.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Método

Definição

Define os limites especificados do controle ToolBar.

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 novo valor da propriedade Left do controle.

y
Int32

O novo valor da propriedade Top do controle.

width
Int32

O novo valor da propriedade Width do controle.

height
Int32

Não usado.

specified
BoundsSpecified

Uma combinação bit a bit dos valores BoundsSpecified.

Comentários

O SetBoundsCore método ignorará a largura se a Dock propriedade estiver definida Left como ou Right e a AutoSize propriedade estiver definida como true. SetBoundsCore ignorará a altura se a Dock propriedade estiver definida Top como ou Bottom e a AutoSize propriedade estiver definida como true.

Aplica-se a