DashboardLinkLabel.ProcessMnemonic Method (Char)
Executes the assigned link when the mnemonic key for this link is pressed.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
[UIPermissionAttribute(SecurityAction.LinkDemand, Window = UIPermissionWindow.AllWindows)]
protected override bool ProcessMnemonic(
char charCode
)
protected:
[UIPermissionAttribute(SecurityAction::LinkDemand, Window = UIPermissionWindow::AllWindows)]
virtual bool ProcessMnemonic(
wchar_t charCode
) override
<UIPermissionAttribute(SecurityAction.LinkDemand, Window := UIPermissionWindow.AllWindows)>
Protected Overrides Function ProcessMnemonic (
charCode As Char
) As Boolean
Parameters
charCode
Type: System.CharThe character to process.
Return Value
Type: System.Boolean
A System.Boolean: true if the character was processed as a mnemonic; otherwise, false.
See Also
DashboardLinkLabel Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top