KeyGesture.Modifiers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個 KeyGesture 關聯的輔助按鍵。
public:
property System::Windows::Input::ModifierKeys Modifiers { System::Windows::Input::ModifierKeys get(); };
public System.Windows.Input.ModifierKeys Modifiers { get; }
member this.Modifiers : System.Windows.Input.ModifierKeys
Public ReadOnly Property Modifiers As ModifierKeys
屬性值
與筆勢相關聯的輔助按鍵 (Modifier Key)。 預設值是 None。
備註
在大部分情況下, KeyGesture 必須與一或多個 ModifierKeys相關聯。 此規則的例外狀況是函式索引鍵和數值按鍵控制板鍵,其本身可以是有效的 KeyGesture 。 例如,您可以只使用 F12 機碼來建立 KeyGesture ,但若要在中 KeyGesture 使用 X 鍵,則必須與修飾詞索引鍵配對。