SaveButton.AccessKey 属性

获取或设置硬件快捷键引发上的导航控件的 Click 事件。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property AccessKey As String
    Get
    Set
用法
Dim instance As SaveButton
Dim value As String

value = instance.AccessKey

instance.AccessKey = value
public string AccessKey { get; set; }

属性值

类型:System.String
String 对象,表示物理项的名称。默认值为空引用(无 在 Visual Basic 中)。

备注

例如,将按钮的访问键设置为字符串"S"指示用户可以通过按 ALT + S 中单击的按钮。

另请参阅

引用

SaveButton 类

SaveButton 成员

Microsoft.SharePoint.WebControls 命名空间