让孩子的孩子

时间:2017-06-05 09:04:32

标签: c#

我正在尝试获取tge amob:AmobCombobox,但它位于另一个堆栈面板中。

如果我ToolStackLeft.Children[i]我得到了stackpanels对象。我想要像

这样的东西
if (ToolStackLeft.Children[i].Children is AmobComboBox)
{
   //DO SOMETHING
}

我的代码

<StackPanel Orientation="Horizontal" >
     <Label Content="5-" Foreground="White" Margin="0,-2,0,0"/>
     <amob:AmobComboBox x:Name="cmbTool10" Width="430" Margin="0,0,35,20" SelectionChanged="cmbTool10_SelectionChanged"/>
</StackPanel>

0 个答案:

没有答案