[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides data for the KeyDown or KeyUp event. [Property] [Methods] doGetMethod=Gets the specified method of the event arguments. ARG(KeyEventArgs args)|1|0 *onAlt=Gets a value indicating whether the ALT key was pressed. ARG(bool)|2|104 *onControl=Gets a value indicating whether the CTRL key was pressed. ARG(bool)|2|104 *onEquals=Determines whether the specified Object is equal to the current Object. ARG(bool)|2|104 *onGetHashCode=Serves as a hash function for a particular type. ARG(int)|2|1 *onGetType=Gets the Type of the current instance. ARG(Type)|2|0 *onHandled=Gets or sets a value indicating whether the event was handled. ARG(bool)|2|104 onKeyCode=Gets the keyboard code for a KeyDown or KeyUp event. ARG(Keys)|2|0 *onKeyData=Gets the key data for a KeyDown or KeyUp event. ARG(Keys)|2|0 *onKeyValue=Gets the keyboard value for a KeyDown or KeyUp event. ARG(int)|2|1 *onModifiers=Gets the modifier flags for a KeyDown or KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. ARG(Keys)|2|0 *onShift=Gets a value indicating whether the SHIFT key was pressed. ARG(bool)|2|104 *onSuppressKeyPress=Gets or sets a value indicating whether the key event should be passed on to the underlying control. ARG(bool)|2|104 *onToString=Returns a string that represents the current object. ARG(string)|2|2 *obj=The object to compare with the current object. ARG(Object)|4|0