We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

How to display image and Popup for TextBoxExt?

Platform: WinForms |
Control: ButtonEdit

The image can be add to TextBoxExt by using FarImage property.

The popupcontainer can be used as popup to TextBoxExt by using the following code examples.

C#

//To Display Popup
private void button1_Click(object sender, EventArgs e)
{
    this.popupControlContainer1.ParentControl = this.textBox1;
    this.popupControlContainer1.ShowPopup(Point.Empty);
}
//To add image in TextBoxExt
private void Form1_Load(object sender, EventArgs e)
{
    this.textBoxExt1.FarImage = global::pop.Properties.Resources.Chart;
}

 

VB

'To Display Popup
Private Sub button1_Click(sender As Object, e As EventArgs)
    Me.popupControlContainer1.ParentControl = Me.textBox1
    Me.popupControlContainer1.ShowPopup(Point.Empty)
End Sub
'To add image in TextBoxExt
Private Sub Form1_Load(sender As Object, e As EventArgs)
    Me.textBoxExt1.FarImage = Global.pop.Properties.Resources.Chart
End Sub

 

Sample Link

https://www.syncfusion.com/downloads/support/directtrac/general/ze/ButtonEdit-569489720670782384.zip

2X faster development

The ultimate WinForms UI toolkit to boost your development speed.
ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile