&tag(WPF, TextBox);
*目次 [#j76f5b6a]
#contents
*参考情報 [#a993036a]
-[[TextBox Styles and Templates:http://msdn.microsoft.com/en-us/library/cc645061%28v=VS.95%29.aspx]]…デフォルトのスタイル。

*Tips [#q939d4a3]

**複数行対応のテキストボックスを生成する [#n5360336]
#pre{{
<TextBox
TextWrapping="Wrap"
AcceptsReturn="True"
VerticalScrollBarVisibility="Visible"
>
}}
**Disable時の色を変更する [#x6b611b0]
-[[Changing a TextBox Foreground color to its own color when the TextBox is disabled : The Official Microsoft Silverlight Site:http://forums.silverlight.net/forums/p/186620/427082.aspx]]
-[[How to set custom style for TextBox (IsEnabled = False)?:http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/695acc8d-3449-4eb5-bc90-77ab31bc8975]]


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS