Buy Questpond's video subscriptions on
huge discount
.
Online: 3260
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
C#
>
Loading ...
How can we underline a particular character in the Text of the Window Label
Posted by
Ddd
on 1/26/2011 | Category:
C# Interview questions
| Views: 7316 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
example: if we want to write Hello on a Label and underline the 'H' character,
1) Type &Hello in the text property
2) Set UseMnemonic property of the Label to true(It is true by default)
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Difference between VARCHAR and NVARCHAR
Next > :
Which is the correct declaration of the Main() met ...
Comments or Responses
Posted by:
Questpond
on: 1/27/2011 |
Points: 10
The more appropriate question here would be how can we enable short cut keys for UI control events. I wonder why people will ask questions like how to underline a text.
Regards,
My Top .NET interview questions
http://www.questpond.com/dotnet/Top-Dot-Net-Interview-Questions-and-Answers-Part1.html
Posted by:
Ddd
on: 1/27/2011 |
Points: 10
The students studying .NET courses often put these type of questions. I'm sorry if the title of
the question did not appeal you.So, what I have learnt is that whenever I'm posting something,
I should have advanced knowledge of everything that is going to come in somebody's mind.
Login to post response
More Interview Questions by Ddd
Which is the correct declaration of the Main() method A) static lon ...
What is ' ?? ' operator ?
which namespace defines the classes for Application,Request,Response,C ...
Which of these controls can be validated using RequiredFieldValidator ...
How can you remove the default arrows that appear in the ASP.NET Menu ...
Which class's extension methods are used in LINQ to SQL?
Which of these Controls does not have the Display property?
Which of these classes is not derived from MemberInfo class?
Latest Interview Questions
What is Asynchronous call and how it can be implemented using delegate ...
How you load dynamic assembly? How will create assemblies at run time?
What is the preferred model for event handling in C#?
ADO.NET uses a disconnected architecture, where users work on the data ...
class Program { static void Main(string[] args) ...
public class Base { public virtual void foo(int x) ...
Which DLL is used to translate XML to SQL in Internet Information Serv ...
What type of Architecture is a Dataset in .Net Framework
More ...