How can you pause a timer control?



How can you pause a timer control?..

Answer / Amit Garg

To pause a Timer control in Windows Forms, you can use the Enable property. To pause the timer, set Enable to False.n```csharpnthis.timer1.Enabled = false;n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net WindowsForms Interview Questions

What is form application?

1 Answers  


Which method grants a lock on a resource?

1 Answers  


How do you check whether the row data has been changed?

1 Answers  


What is the difference between the add() and insert() methods of a listbox control?

1 Answers  


i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net

1 Answers  


Which property of the errorprovider control automatically sets to the form to which?

1 Answers  


What is a windows forms application?

1 Answers  


What is form description?

1 Answers  


What is the use of stretch property in Image control?

1 Answers  


How to get records from a database?

1 Answers  


what is the Difference between listbox and combo box?

20 Answers   Alpha, Google,


How to split a column header in gridview using c#.net?

1 Answers  


Categories