﻿1
00:00:00,670 --> 00:00:05,570
Work come back in this video I would like to show you something real short and real quick.

2
00:00:05,750 --> 00:00:12,380
Well just to create a tool tip or add a tool tip to one of your controls.

3
00:00:12,930 --> 00:00:21,510
Therefore I created a new WDF project and in my grid I'm just going to add a button and the button has

4
00:00:21,510 --> 00:00:23,470
a property called tooltip.

5
00:00:23,730 --> 00:00:31,080
So there we are tooltip and I can simply enter whatever should be written when somebody hovers over

6
00:00:31,080 --> 00:00:39,480
the button in order to trigger this tool tip and I'm going to say something like I'm a tool tip I'm

7
00:00:39,520 --> 00:00:45,540
useful something super helpful useful like that.

8
00:00:45,540 --> 00:00:50,610
And then I can enter a text to the bottom as well.

9
00:00:50,610 --> 00:00:59,730
However for more info and this button should be a little smaller so I'm going to give it the width of

10
00:01:00,030 --> 00:01:06,790
say 115 and a height of 100.

11
00:01:07,320 --> 00:01:11,680
All right so now let's check it out.

12
00:01:11,810 --> 00:01:15,550
We are an old timer and you see I'm a tool.

13
00:01:15,660 --> 00:01:16,980
I'm useful.

14
00:01:17,040 --> 00:01:17,600
Great.

15
00:01:17,610 --> 00:01:23,070
So this is how you can use tool tips and they work for multiple different controls so it's not just

16
00:01:23,070 --> 00:01:23,970
for buttons.

17
00:01:23,970 --> 00:01:33,780
It's also available for let's say a text block that's created text block here text block and add a to

18
00:01:33,960 --> 00:01:36,260
tip as can see.

19
00:01:36,270 --> 00:01:45,560
I will enter something please enter your page below.

20
00:01:45,810 --> 00:01:47,120
Something like that.

21
00:01:47,170 --> 00:01:47,880
That's it.

22
00:01:47,910 --> 00:01:55,300
And then the actual text should be something like h.

23
00:01:55,620 --> 00:01:59,530
So I'm going to get rid of the button from before like that.

24
00:01:59,820 --> 00:02:06,550
And as you can see now we have this h text block and maybe I should reduce its size as well with 100

25
00:02:07,080 --> 00:02:11,550
right 100 or something like that.

26
00:02:11,550 --> 00:02:12,890
Now let's check it out.

27
00:02:14,700 --> 00:02:15,690
And we are.

28
00:02:15,840 --> 00:02:17,010
I hover over it.

29
00:02:18,050 --> 00:02:19,840
Please enter your age below.

30
00:02:20,040 --> 00:02:21,790
So of course this is a text block.

31
00:02:21,800 --> 00:02:24,590
It doesn't contain any word we cannot add text to it.

32
00:02:24,680 --> 00:02:30,690
But if we had a text box below that and we could add that up to the text box as well.

33
00:02:30,800 --> 00:02:37,340
But as you can see this can be super helpful for the user if something is not completely clear and you

34
00:02:37,340 --> 00:02:39,470
want to add some information.

35
00:02:39,470 --> 00:02:45,580
All right so that's tool tips and the next video we are going to check out radio buttons.

36
00:02:45,590 --> 00:02:46,470
So see you there.


