Expandir Minimizar
Este artigo foi traduzido por máquina. Coloque o ponteiro do mouse sobre as frases do artigo para ver o texto original. Mais informações.
Tradução
Original
Este tópico ainda não foi avaliado como - Avalie este tópico

Control.DisplayRectangle Propriedade

Obtém o Retangular que representa o Exibir área do Controlarar.

Namespace:  System.Windows.Forms
Assembly:  System.Windows.Forms (em System.Windows.Forms. dll)
[BrowsableAttribute(false)]
public virtual Rectangle DisplayRectangle { get; }

Valor da propriedade

Tipo: System.Drawing.Rectangle
A Rectangle that represents the display area of the control.

The DisplayRectangle property returns the client rectangle of the display area of the control.Para a classe base de Controlarar, isso é igual o Retangular do cliente.However, inheriting Controls Might desejar to alteração this if their Cliente differs área from their área de exibição.The display rectangle is the smallest Rectangle that encloses a control and is used to lay out controls.

OBSERVAÇÕES PARA Inheritors:

When overriding the DisplayRectangle property in a derived class, use the base class's DisplayRectangle property to extend the base implementation.Como alternativa, você deve fornecer Tudo a implementação.

Isso foi útil para você?
(1500 caracteres restantes)

Contribuições da comunidade

ADICIONAR
© 2013 Microsoft. Todos os direitos reservados.