True to show a border around user-interactive objects in runtime when the mouse pointer is over the object, or if the object has keyboard focus.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ShowFocusBorder { get; set; }
Visual Basic
Public Property ShowFocusBorder As Boolean
	Get
	Set
JScript
function get ShowFocusBorder () : boolean
function set ShowFocusBorder (value : boolean)

See Also