|
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
|
Classe VisualStyleElement.Tab.Pane
Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (em System.Windows.Forms.dll)
O tipo VisualStyleElement.Tab.Pane expõe os membros a seguir.
Observação sobre a plataforma Windows XP Home Edition, Windows XP Professional x64 Edition, Windows Server 2003:
public void DrawVisualStyleElementTabPane1(PaintEventArgs e) { if (VisualStyleRenderer.IsElementDefined( VisualStyleElement.Tab.Pane.Normal)) { VisualStyleRenderer renderer = new VisualStyleRenderer(VisualStyleElement.Tab.Pane.Normal); Rectangle rectangle1 = new Rectangle(10, 50, 50, 50); renderer.DrawBackground(e.Graphics, rectangle1); e.Graphics.DrawString("VisualStyleElement.Tab.Pane.Normal", this.Font, Brushes.Black, new Point(10, 10)); } else e.Graphics.DrawString("This element is not defined in the current visual style.", this.Font, Brushes.Black, new Point(10, 10)); }
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Função Server Core sem suporte), Windows Server 2008 R2 (Função Server Core com suporte com o SP1 ou posterior, Itanium sem suporte)
O .NET Framework não oferece suporte a todas as versões de cada plataforma. Para obter uma lista das versões com suporte, consulte .Requisitos de sistema do NET Framework.
