2008-06-18から1日間の記事一覧

WPFとSilverlight 2 Beta 2の互換性 - ToolTip

WPFではToolTipを表示する方法が大きく分けて2種類ありました。 XAML( WPF ) <Window x:Class="Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="300" Width="320" FontSize="20"> <StackPanel> <Button Content="(ア)ButtonのToolTip">…</button></stackpanel></window>