65.9K
CodeProject is changing. Read more.
Home

C# ImageText Button

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.30/5 (7 votes)

Jan 17, 2005

viewsIcon

45680

downloadIcon

1289

Simple Image/Text button control with XP Styple

Sample Image - tc.jpg

Introduction

This is a simple C# control to show a XP Button with both image and Text.

You can change the image the position and alignement,   simply using the property of control and you can see your control in design time.

The first time i started to work with .NET and windowsform i saw that Microsoft still doesnt have a simple button control with both image and text, i found a lot of control on the net, but i prefere to use my own control...

This control come from MFC control that i developed some years ago and maybe i'll post even the code for the MFC version of this control.