I am currently using vb.net in Visual Studio 2010 and am using radbuttons for winforms.
How can I have a button which has an image on the left part and a text on the right? I can't find the right property to set the image.
Yes, i can set the property of Displaystyle (image and text) and the imagealignment (middleleft)
anyone who can share his knowledge?
thanks!
Set
Appearance
toAppearance.Button
Set the
Image
propertySet
TextImageRelation
toTextImageRelation.ImageBeforeText
The default appearance
Appearance.Norm
shows the traditional radio button with the image in the label part.