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 class GwxFocusBorderOptions : FreezableFilteredCustomTypeDescriptorBase, 
	IChildObject
Visual Basic
Public Class GwxFocusBorderOptions _
	Inherits FreezableFilteredCustomTypeDescriptorBase _
	Implements IChildObject
JScript
public class GwxFocusBorderOptions extends FreezableFilteredCustomTypeDescriptorBase implements IChildObject

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxFocusBorderOptions

See Also