**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / IButtonControl.cs
blobc962adc53dbf9f6a46a5d9e365fa9c106eeafd9a
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;}