Intersoft ClientUI Documentation
ShowKeyboardFocusVisual Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXTabItem Class : ShowKeyboardFocusVisual Property






Gets or sets a value indicating whether a visual hint should be displayed when the control is focused with a keyboard device.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Overridable Property ShowKeyboardFocusVisual As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXTabItem
Dim value As Boolean
 
instance.ShowKeyboardFocusVisual = value
 
value = instance.ShowKeyboardFocusVisual
C# 
[CategoryAttribute("Common Properties")]
public virtual bool ShowKeyboardFocusVisual {get; set;}
Delphi 
public read-write property ShowKeyboardFocusVisual: Boolean; virtual; 
JScript 
CategoryAttribute("Common Properties")
public function get,set ShowKeyboardFocusVisual : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property virtual bool get_ShowKeyboardFocusVisual();
public: __property virtual void set_ShowKeyboardFocusVisual( 
   bool value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
virtual property bool ShowKeyboardFocusVisual {
   bool get();
   void set (    bool value);
}

Remarks

UXTabControl is designed with strong compliance to usability standards defined in ISO 9241, which includes visual hint for keyboard focus, navigation between tab headers and across the content using keyboard device.

The keyboard focus visual is enabled by default. You can customize its visibility through the ShowKeyboardFocusVisual property. Note that the keyboard focus visual appears only when the tab item is activated using keyboard device. When the tab item receives keyboard focus, users can also navigate between tab headers by using navigational arrow keys such as Left arrow key to go to the previous tab item and Right for the next tab item. Once the users selected the desired tab, they can focus to the content by pressing the Tab key. See the following illustration for more details.

Another important usability feature implemented in the UXTabControl is the automatic focus persistence when users activate a previous tab item. In this case, the last focused element should be properly restored, allowing users to easily resume the data processing tasks without additional effort. See the following illustration for more details.

For more information about user experiences design in ClientUI controls, see User Experiences Overview.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.