Show / Hide Table of Contents

    Enum HardwareKeyModifierKeys

    Hardware key modifier keys.

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    [Flags]
    public enum HardwareKeyModifierKeys

    Fields

    Name Description
    Alternate

    The alternate (traditional [Alt] or Apple [option]) key was pressed at the same time the hardware key was pressed

    Any

    Match any modifier key combination

    CapsLock

    The caps lock [Caps] is on when the hardware key was pressed

    Control

    The control [Ctrl] key was pressed at the same time the hardware key was pressed

    FunctionKey

    Was the key press occompanied by the function [fn] key?

    None

    No modifier keys (default)

    NumericPadKey

    Did the key press come from a key on the numberic key pad?

    PlatformKey

    The platform key (Windows menu [⊞] or Apple [⌘ command])

    Shift

    The shift key was pressed at the same time the hardware key was pressed

    Extension Methods

    DebugExtensions.AddToCensus()
    DebugExtensions.RemoveFromCensus()
    ReflectionExtensions.GetProperties()
    ReflectionExtensions.GetProperty(String)
    ReflectionExtensions.PropertyNames()
    ReflectionExtensions.PropertyExists(String)
    ReflectionExtensions.HasProperty(String)
    ReflectionExtensions.GetPropertyValue(String)
    ReflectionExtensions.SetPropertyValue(String, Object)
    ReflectionExtensions.GetFieldValue(String)
    ReflectionExtensions.SetFieldValue(String, Object)
    ReflectionExtensions.CallMethod(String, Object[])
    Back to top Copyright © 2018 42nd Parallel