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
close icon

Syncfusion toolstrip

i  created a usercontrol which contains a Syncfusion toolstrip  containing Syncfusion toolstrip buttons. There are four button namely add,delete,edit,update.In the time of formload i want the focus on add button.is it possible ..?any suggesions..?

1 Reply

KR Kannan R Syncfusion Team July 17, 2013 04:23 AM UTC

Hi Ash,

 

Thanks for your interest in Syncfusion Products.

 

Query

Comments

i  created a usercontrol which contains a Syncfusion toolstrip  containing Syncfusion toolstrip buttons. There are four button namely add,delete,edit,update.In the time of formload i want the focus on add button.is it possible ..?any suggesions..?

We would like to let you know that, your requirement can be achieved by using ToolStripButton select() function. Please find the code snippet in below for your reference.

 

Code Snippet:[C#]

 

    void Form1_Load(object sender, EventArgs e)

        {

            this.userControl11.toolStripButton1.Select();

        }

 

 

We have also prepared sample based on your requirement and it can be downloaded from below location.

 

Sample Location:WindowsFormsApplication55.zip

 

 

Please let us know if you have any concerns,

 

Regards,

Kannan.R


Loader.
Live Chat Icon For mobile
Up arrow icon