「Select Team....」を表示するコンボ ボックスのデフォルト テキストを取得したいと思います。
WPFでこのように
しかし、スケッチフローでは。
これどうやってするの?
ありがとう
それはsliverlightプロジェクトです。私のxamlの読み取り:
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
x:Class="SchoolsLoginScreens.Screen_2"
Width="640" Height="480">
<Grid x:Name="LayoutRoot" Background="White">
<ComboBox Height="61.256" Width="136.569" IsEditable="True" IsReadOnly="True" Text="-- Select Team --"/>
</Grid>
IsEditable にはセッターがないと書かれています。しかし、これは上記の例のように WPF プロジェクトで機能するようです。