Wimark.Controls Class Library  

TabControl.Renderer Property

The renderer that paints this control.

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

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

TabControl Class | TabControl Members | Wimark.Controls Namespace