RadControls for WinForms

Provides a routine to paint element's content when system skin appearance is desired.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
protected virtual void PaintElementSkin(
	IGraphics graphics
)
Visual Basic
Protected Overridable Sub PaintElementSkin ( _
	graphics As IGraphics _
)

See Also