Control.ControlAccessibleObject.KeyboardShortcut 屬性

定義

取得可存取物件的物件快速鍵或便捷鍵 (Access Key)。

public:
 virtual property System::String ^ KeyboardShortcut { System::String ^ get(); };
public override string KeyboardShortcut { get; }
public override string? KeyboardShortcut { get; }
member this.KeyboardShortcut : string
Public Overrides ReadOnly Property KeyboardShortcut As String

屬性值

可存取物件的物件快速鍵或便捷鍵;如果沒有與該物件相關的快速鍵,則為 null

備註

具有快速鍵或便捷鍵的所有物件都應該支援這個屬性。

適用於

另請參閱