31. How can you attach a horizontal scroll bar with the ListBox control? You need to set the the MultiColumn property of the ListBox control to True to attach a …
.Net Windows Controls Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Windows Controls Interview Questions and Answers for Freshers and Experience Part-5
by Sby S25. How do you retrieve the customized properties of a .NET application from the XML .config file? Initialize an instance of the AppSettingsReader class. Call the GetValue() method of theAppSettingsReader …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Windows Controls Interview Questions and Answers for Freshers and Experience Part-4
by Sby S19. Define the TrackBar control. The TrackBar control, also known as the slider control, works as a navigator to display a large amount of information or for visual adjustment of …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Windows Controls Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. What is the function of the CheckState property of the CheckBox control? The CheckState property gets or sets the state of CheckBox. If the ThreeState property is set to …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Windows Controls Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. How will you pick a color from the ColorDialog box? To pick a color from the color dialog box, you need to create an instance of the ColorDialog box …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Windows Controls Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. How can we auto size a button to fit its text? The Button control has the AutoSize property, which can be set to true or false. If we set …