[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=ConsoleKeyInfo Info=Describes the console key that was pressed, including the character represented by the console key and the state of the SHIFT, ALT, and CTRL modifier keys. [Property] Name=Sets the name of the component. ARG(string)|2| Alt=Sets the value to indicate that an ALT key was pressed. ARG(bool)|14|1|True,False Control=Sets the valueSets the value to indicate that a CTRL key was pressed. ARG(bool)|14|1|True,False Key=Sets the console key that corresponds to the keyChar parameter. ARG(ConsoleKey)|20|(empty)|ConsoleKey KeyChar=Sets the Unicode character that corresponds to the key parameter. ARG(char)|2| Shift=Sets the value to indicate that a SHIFT key was pressed. ARG(bool)|14|1|True,False [Methods] doConsoleKeyInfo=Sets the ConsoleKeyInfo structure. ARG(ConsoleKeyInfo cki)|1|0 *doConstructor=Initializes a new instance of the ConsoleKeyInfo structure using the specified character, console key, and modifier keys. ARG(char keyChar, ConsoleKey key, bool shift, bool alt, bool control)|1|0 *doEquals=Gets a value indicating whether the specified ConsoleKeyInfo object is equal to the current ConsoleKeyInfo object. ARG(ConsoleKeyInfo cki)|1|0 *doEquals2=Gets a value indicating whether the specified object is equal to the current ConsoleKeyInfo object. ARG(Object value)|1|0 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *.Key=Returns the console key represented by the current ConsoleKeyInfo object. ARG(ConsoleKey)|3|0 *GetHashCode=Returns the hash code for the current ConsoleKeyInfo object. ARG(int)|3|1 *.KeyChar=Returns the Unicode character represented by the current ConsoleKeyInfo object. ARG(char)|3|106 *Modifiers=Returns a bitwise combination of System .ConsoleModifiers values that specifies one or more modifier keys pressed simultaneously with the console key. ARG(ConsoleModifiers)|3|0 ConsoleKeyInfo=Returns the ConsoleKeyInfo structure. ARG(ConsoleKeyInfo)|3|0 *.Alt=Returns a value indicating whether the Alt key was pressed. ARG(bool)|3|104 *.Control=Returns a value indicating whether the Control key was pressed. ARG(bool)|3|104 *.Shift=Returns a value indicating whether the Shift key was pressed. ARG(bool)|3|104 *alt=Defines the value to indicate that an ALT key was pressed. ARG(bool)|4|104 *control=Defines the value to indicate that a CTRL key was pressed. ARG(bool)|4|104 *key=Defines the console key that corresponds to the keyChar parameter. ARG(ConsoleKey)|4|0 *keyChar=Defines the Unicode character that corresponds to the key parameter. ARG(char)|4|106 cki=Defines a structure to operate. ARG(ConsoleKeyInfo)|4|0 *shift=Defines the value to indicate that a SHIFT key was pressed. ARG(bool)|4|104 *value=Defines an object to compare to the current ConsoleKeyInfo object. ARG(Object)|4|0