Intersoft WebDesktop Documentation
AccessKey Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebTab Class : AccessKey Property


Glossary Item Box

Keyboard shortcut used by the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property AccessKey As String
Visual Basic (Usage)Copy Code
Dim instance As WebTab
Dim value As String
 
instance.AccessKey = value
 
value = instance.AccessKey
C# 
public virtual string AccessKey {get; set;}

Remarks

The AccessKey term is similar to Mnemonic key used in WinForm development. For instance, you have the tab header's Text set to "General" and would like user to be able to access the General page by pressing Alt+G, you can then set the AccessKey to "g" (note that AccessKey is case-insensitive). In runtime mode, you will see an underline beneath G character automatically.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.