'Declaration Public Property Modifiers As System.Windows.Input.ModifierKeys
public System.Windows.Input.ModifierKeys Modifiers { get; set; }
public: __property System.Windows.Input.ModifierKeys* get_Modifiers(); public: __property void set_Modifiers(
System.Windows.Input.ModifierKeys* value
);
public:
property System.Windows.Input.ModifierKeys^ Modifiers { System.Windows.Input.ModifierKeys^ get(); void set(System.Windows.Input.ModifierKeys^ value); }