Wimark.Controls Class Library  

TabPage.Renderer Property

The renderer that paints this control.

[Visual Basic]
Public Property Renderer As TabPageRendererBase 
[C#]
public TabPageRendererBase Renderer {get; set;}
[C++]
public: __property TabPageRendererBase* get_Renderer();
public: __property void set_Renderer(TabPageRendererBase*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TabPage Class | TabPage Members | Wimark.Controls Namespace