Click here to Skip to main content
15,896,154 members
Articles / Programming Languages / XML

XP-Style Button

Rate me:
Please Sign up or sign in to vote.
4.77/5 (91 votes)
24 Sep 20036 min read 624.3K   4.2K   223  
.NET button that supports images and XP style on Windows XP and other versions of Windows
using System;

namespace PinkieControls
{
	public struct BT
	{
		public const int LeftMargin = 7;
		public const int TextMargin = 7;
	}
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Software Developer
Portugal Portugal
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions