SPCalendarViewStyle.AccessKey property
取得或設定啟動,或將焦點放在一天、一週或月檢視中的連結的行事曆使用者介面的鍵盤快速鍵。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AccessKey As String
Get
Set
'用途
Dim instance As SPCalendarViewStyle
Dim value As String
value = instance.AccessKey
instance.AccessKey = value
public string AccessKey { get; set; }
Property value
Type: System.String
字串,指定行事曆檢視樣式中的檢視連結的鍵盤快速鍵。預設值是期間 (".") 的一天連字號 ("-") 一週和等號 ("=") 的月份。按下組合鍵以使用者介面中實作這些捷徑:
ALT + .
ALT + -
ALT + =