This is a migrated thread and some comments may be shown as answers.

Home/back Metro Style Button

3 Answers 129 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
bryan
Top achievements
Rank 1
bryan asked on 26 May 2014, 06:52 AM
Hi,

I'm very new to telerik 
on a demo there a home/back circle button (metru UI style) left top corner 
where that is coming from
is it possible to add that button on winforms ??
or its just normal button with an image ??

actually i'm also looking for all metro style component for winforms
such tile menu
am i on the right line ??

thank you

Bryan
win7
vbnet2010
vbnet (just migratd)
telerik q3 2013 devcraft

3 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 26 May 2014, 07:00 AM
Hi Bryan,

Thank you for writing.

The button you mention is a simple button with an image.

In regards to the question about metro controls, the Telerik UI for WinForms currently ships with 19 predefined themes, couple of which are metro themes. Check our the TelerikMetro and TelerikMetroBlue themes. 

Here you can see how to use the predefined themes: http://www.telerik.com/help/winforms/themes-using-default-themes.html.

I hope this helps.

Regards,
Stefan
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
bryan
Top achievements
Rank 1
answered on 09 Jun 2014, 07:13 AM
Hi Stefan,

Sorry bring this up again.
for once i doubt and  thought it was a feature button not just a button with an image
but.. i was too far 
and the easiest way i found
is set shouldpaint = false (edit UI Element) to make transparent
and 

#MouseDown
        RadButton1.Image = My.Resources.homeWhite
   
#mouseUp
        RadButton1.Image = My.Resources.homeblack

Thx Stefan


Regards


Bryan




0
Stefan
Telerik team
answered on 09 Jun 2014, 08:38 AM
Hi Bryan,

Glad you got a working solution. Good luck with your project.

Regards,
Stefan
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
bryan
Top achievements
Rank 1
Answers by
Stefan
Telerik team
bryan
Top achievements
Rank 1
Share this question
or