LinkLabel control implementation
authorJordi Mas i Hernandez <jordi@mono-cvs.ximian.com>
Wed, 21 Jul 2004 16:22:04 +0000 (16:22 -0000)
committerJordi Mas i Hernandez <jordi@mono-cvs.ximian.com>
Wed, 21 Jul 2004 16:22:04 +0000 (16:22 -0000)
commit54c7a9cbfb5d87d6832a9715722a5c0cd724268e
treea9d02dc61e4aa404fc91f9544ce8474c95d3af20
parent48b66684364d819b5589dc3034c070fcc4f6b69a
LinkLabel control implementation

svn path=/trunk/mcs/; revision=31338
13 files changed:
mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DialogResult.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/IButtonControl.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Label.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkArea.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkBehavior.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkClickedEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkClickedEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabel.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkState.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs