'Declaration Public Property InputGestureSelectAll As System.Windows.Input.InputGesture
public System.Windows.Input.InputGesture InputGestureSelectAll { get; set; }
public: __property System.Windows.Input.InputGesture* get_InputGestureSelectAll(); public: __property void set_InputGestureSelectAll(
System.Windows.Input.InputGesture* value
);
public:
property System.Windows.Input.InputGesture^ InputGestureSelectAll { System.Windows.Input.InputGesture^ get(); void set(System.Windows.Input.InputGesture^ value); }