wpf 怎么获取Template中的控件

我设置了window元素的style属性,里面编写了自己的模版但是,我该怎么获取到模版中的元素呢,求高手解答,我的程序代码如下:xaml部分:style代码<Stylex... 我设置了window元素的style属性,里面编写了自己的模版但是,我该怎么获取到模版中的元素呢,求高手解答,我的程序代码如下:
xaml部分:style代码
<Style x:Key="BaseWindow" TargetType="Window">
<Setter Property="AllowsTransparency" Value="True"/>
<Setter Property="Background" Value="Transparent"/>
<Setter Property="WindowStyle" Value="None"/>
<Setter Property="Width" Value="800"/>
<Setter Property="Height" Value="600"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="Window">
<Border Margin="8" Background="White" Name="BorderWindow">
<Border.Effect>
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Color="#00666666"/>
</Border.Effect>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="30"/>
<RowDefinition Height="*"/>
<RowDefinition Height="20"/>
</Grid.RowDefinitions>
<Grid Background="Blue" Grid.Row="0">
<Button Name="BtnClose" Style="{StaticResource BtnCloseStyle}" ToolTip="关闭"/>
<Button x:Name="BtnMax" Style="{StaticResource BtnMaxStyle}"/>
<Button x:Name="BtnMin" Style="{StaticResource BtnMinStyle}"/>
</Grid>
</Grid>
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
window标签里面设置style属性为“BaseWindow”,但在cs代码中怎么获取模版中的三个button呢
展开
 我来答
Mickal小米
推荐于2016-08-28 · TA获得超过3666个赞
知道大有可为答主
回答量:1542
采纳率:100%
帮助的人:1768万
展开全部
在ControlTemplate中找控件最重要的就是让控件初始化到visualtree上
给你个链接做参考
http://www.cnblogs.com/midcn/archive/2011/05/24/2055276.html
GeminiYellow
2013-04-23 · TA获得超过101个赞
知道答主
回答量:87
采纳率:0%
帮助的人:67.3万
展开全部
findChildById(BtnClose),
然后你就可以用了。
但是这样写好傻。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2013-06-08
展开全部
亲,你弄出来了没怎么弄得
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式