Wimark.Controls Class Library  

TextBox.Renderer Property

The renderer that paints this control.

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

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

TextBox Class | TextBox Members | Wimark.Controls Namespace