Answer Posted / ramesh
I don't think a control has a clear property, instead it is
a method
such as combo1.clear
flexgrid1.clear
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are windows based applications?
What is form based application?
Which command prompt utility is used to convert a resource file from the text format into the binary format?
How do you apply specific formatting to the data inside the cells?
What is the difference between desktop application and windows application?
What are windows based applications examples?
Explain how to get records from a database?
Name the template that is used to create a user-defined component.
Which event occurs when a user drags an item in a treeview or listview control?
What are controls in windows forms?
How many navigational features are provided by visual studio.net ide?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
How many types of dialog boxes windows provides?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed