zoukankan      html  css  js  c++  java
  • ToolTip

    ToolTip for Button

          <Button>

                OK

                <Button.ToolTip>

                    Clicking this will submit your request.

                </Button.ToolTip>

            </Button>

    ToolTip for CheckBox

       <CheckBox>

                CheckBox

                <CheckBox.ToolTip>

                    <StackPanel>

                        <Label FontWeight="Bold" Background="Blue" Foreground="White">

                        </Label>

                        <TextBlock Padding="10" TextWrapping="WrapWithOverflow" Width="200">

                                CheckBox is a familiar control.But in WPF,it's not much more than a ToggleButton style differently!

                          </TextBlock>

                        <Line Stroke="Black" StrokeThickness="1" X2="200" />

                        <StackPanel Orientation="Horizontal">

                            <Label FontWeight="Bold">

                                Press F1 for more help.

                            </Label>

                        </StackPanel>

                     </StackPanel>

                </CheckBox.ToolTip>

            </CheckBox>

  • 相关阅读:
    CSS选择器之伪类选择器(元素)
    CSS选择器之基本选择器+属性选择器
    bugku 点击1000000次
    bugku web 5
    bugku 矛盾 30
    bugku 域名解析题 50
    bugku 好多压缩包
    六子冲 模拟棋盘
    poj3126 Prime Path(c语言)
    poj1426 Find The Multiple(c语言巧解)
  • 原文地址:https://www.cnblogs.com/quietwalk/p/2264428.html
Copyright © 2011-2022 走看看