KeyboardShortcutInfo.Modifiers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the set of modifiers that, combined with the key, trigger this shortcut.
public Android.Views.MetaKeyStates Modifiers { [Android.Runtime.Register("getModifiers", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getModifiers", "()I", "", ApiSince=24)>]
member this.Modifiers : Android.Views.MetaKeyStates
Property Value
- Attributes
Remarks
Returns the set of modifiers that, combined with the key, trigger this shortcut. These can be a combination of KeyEvent#META_CTRL_ON
, KeyEvent#META_SHIFT_ON
, KeyEvent#META_META_ON
, KeyEvent#META_ALT_ON
, KeyEvent#META_FUNCTION_ON
and KeyEvent#META_SYM_ON
.
Java documentation for android.view.KeyboardShortcutInfo.getModifiers()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.