Intersoft WebDesktop Documentation
AccessKey Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebButton 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 WebButton
Dim value As String
 
instance.AccessKey = value
 
value = instance.AccessKey
C# 
public virtual string AccessKey {get; set;}

Remarks

WebButton properly implements the WinForm-like Mnemonic key support. You can specify the key in AccessKey property to conform the standard of Web. During rendering, WebButton automatically adds underline at the position where the character specified in AccessKey is found. As the result, your end users can conveniently and quickly access to the command button from anywhere in the form by pressing Alt + AccessKey.

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.