'Declaration Public Property Key As System.Windows.Input.Key
public System.Windows.Input.Key Key { get; set; }
public: __property System.Windows.Input.Key* get_Key(); public: __property void set_Key(
System.Windows.Input.Key* value
);
public:
property System.Windows.Input.Key^ Key { System.Windows.Input.Key^ get(); void set(System.Windows.Input.Key^ value); }