Share via


ToolBarButton.AccessHotKey Property

banner art

Gets or sets the value that specifies the Windows hot key, or keyboard shortcut, that will activate the button.

Syntax

[Visual Basic .NET]
Public Property AccessHotKey As Char

[C#]
public char AccessHotKey {get; set;}

[JScript]
public function get AccessHotKey() : Char;
public function set AccessHotKey(Char);

Property Value

The value of this property is a Char type.

Remarks

The keyboard shortcut character must be one of the characters within the title.

Requirements

Namespace: Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.IsvConfig

See Also

© 2007 Microsoft Corporation. All rights reserved.