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

ActionButton Icon

2 Answers 29 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Christof
Top achievements
Rank 2
Christof asked on 14 Mar 2014, 07:03 AM
Hello!

How can i changed the ActionButton Icon in the RadTextbox?

2 Answers, 1 is accepted

Sort by
0
Accepted
Todor
Telerik team
answered on 14 Mar 2014, 07:38 AM
Hi Christof,

Yes, you can. Here's an example:
<telerikPrimitives:RadTextBox ActionButtonVisibility="Visible" >
    <telerikPrimitives:RadTextBox.ActionButtonStyle>
        <Style TargetType="telerikPrimitives:RadImageButton">
            <Setter Property="RestStateImageSource" Value="/Assets/ApplicationIcon.png" />
        </Style>
    </telerikPrimitives:RadTextBox.ActionButtonStyle>
</telerikPrimitives:RadTextBox>

Let me know if you need further assistance.

Regards,
Todor
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
0
Christof
Top achievements
Rank 2
answered on 17 Mar 2014, 08:38 AM
Thanks for Help!
Tags
TextBox
Asked by
Christof
Top achievements
Rank 2
Answers by
Todor
Telerik team
Christof
Top achievements
Rank 2
Share this question
or