Options for the "focus border". The focus border appears 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 GwxFocusBorderOptions FocusBorderOptions { get; set; }
Visual Basic
Public Property FocusBorderOptions As GwxFocusBorderOptions
	Get
	Set
JScript
function get FocusBorderOptions () : GwxFocusBorderOptions
function set FocusBorderOptions (value : GwxFocusBorderOptions)

See Also