**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / IButtonControl.cs
blob808f0220388e7175be8d743571b6b8a16a32cea2
1 //
2 // System.Windows.Forms.IButtonControl.cs
3 //
4 // Author:
5 // Dennis hayes (dennish@raytek.com)
6 //
7 // (C) 2002 Ximian, Inc. http://www.ximian.com
8 //
10 namespace System.Windows.Forms {
12 public interface IButtonControl {
13 void NotifyDefault(bool value);
14 void PerformClick();
15 DialogResult DialogResult {get; set;}