Skybound Rebar

ControlRenderer.Focused Property

Gets or sets whether the control has the focus.

[Visual Basic]
Public Property Focused As Boolean
[C#]
public bool Focused {get; set;}

Property Value

true the control is drawn as though it has the focus; otherwise, false.

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace