Skybound Rebar

ControlRenderer.Control Property

Gets or sets the control being rendered.

[Visual Basic]
Public Property Control As Control
[C#]
public System.Windows.Forms.Control Control {get; set;}

Property Value

An instance of Control.

Remarks

A valid window handle is required when rendering using Windows XP visual styles. The value of Control is used only for that purpose.

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace